summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-01-23 19:30:51 -0600
committerJoel Martin <github@martintribe.org>2011-01-23 19:30:51 -0600
commit3d91fd3492a33b942eb8a39788291d1d7879eeb3 (patch)
tree4b0975d54e03d8b8713b448b455f3081cd1150f0 /docs
parent307dda1ad033181b56b7b51ba0e5f986c1beaf10 (diff)
downloadwebsockify-3d91fd3492a33b942eb8a39788291d1d7879eeb3.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
-rw-r--r--docs/latency_results.txt8
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 2736bea..cdf0c41 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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
diff --git a/docs/latency_results.txt b/docs/latency_results.txt
index a5932e6..4fc4b97 100644
--- a/docs/latency_results.txt
+++ b/docs/latency_results.txt
@@ -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