search for: 220ms

Displaying 4 results from an estimated 4 matches for "220ms".

Did you mean: 20ms
1999 Feb 02
1
smbclient put 1/100 of the speed only
...e(3, "\0\0\5\360\377SMB/\0\0\0\0\10\1\0"..., 1524) = 1524 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 780000}) read(3, "\0\0\0/", 4) = 4 read(3, "\377SMB/\0\0\0\0\210\1\0\0\0\0\0"..., 47) = 47 In other words, it writes, then waits 220ms for a read. From reading the source, it seems the first read indicates the size of the packet, and the contents (in the second read, 47 bytes) is probably some kind of ack? Watching smbclient debug output, the delays are actually quite visible. It always waits exactly 220 ms, and with a packet siz...
2006 Jun 25
1
win32 demo
Hi, Is there any win32 echo canceller demo with source code,speex echo canceller is very good,but with real net stream,it seems not work, it seems many people has this problem.Thanks a lot. Best regards Yong Chen admin@seeyoucn.com
2007 Apr 12
0
Status 0.4.3/0.5.0
...ite </tmp/testsite> finished real 0m0.269s user 0m0.191s sys 0m0.070s erebus:~/work/webgen/devel thomasleitner$ As you can see, nothing is written the second time because nothing has changed! Also notice the overall execution time of around 270ms. Estimated 180ms - 220ms are used for loading Rubygems and dependencies. webgen 0.4.2 needs about twice the time! That''s all for now! -- Thomas
2011 Feb 01
10
SSL problems with RoR, MySQL and Apace
Hello All - This is my first post into this forum and somewhat of a newb to RoR so I''m hoping someone can help. I currently have a RoR app that runs on Ubuntu with Apache and Mysql. There are two issues I''m having and they are causing me to bang my head against the wall. First one is RAILS_ENV: If I run ruby script/console it says that my environment is development