Use websock.js in latency test. Fixes for Opera.

Convert latency test to use include/websock.js instead of direct
WebSockets handling.

Add support for configuring the maximum bufferedAmount. This allows us
to configure it high enough to get around a bug in bufferedAmount
reporting in Opera.

Add some latency test results for Opera 11 with WebSockets turned on.
This commit is contained in:
Joel Martin
2011-01-23 19:30:51 -06:00
parent 307dda1ad0
commit 3d91fd3492
6 changed files with 390 additions and 52 deletions
-2
View File
@@ -1,7 +1,5 @@
- wstelnet: support CSI L and CSI M
- mod_websockify module for Apache
- create gevent version:
http://nichol.as/benchmark-of-python-web-servers
http://n01se.net/paste/QXO
+8
View File
@@ -16,6 +16,14 @@ firefox 4.0b9 - WebSockets enabled
Minimum Latency: 5.00
Maximum Latency: 119.00
Opera 11 - WebSockets enabled
Packets sent: 3065
Packets Received: 3064
Average Latency: 9.56
40 Frame Running Average Latency: 8.15
Minimum Latency: 4.00
Maximum Latency: 53.00
---
firefox 4.0b9 - no WebSockets