about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-20 22:15:12 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-20 22:15:12 +0000
commitea4a01df8b1fa29e2088816f4734bb0073eb9380 (patch)
tree95595c773c63f228b5b2fc420ac2adba87097a80 /Documentation
parent7ec2e407206036a993aadbcd39b13a2d86b7a288 (diff)
downloadrainbows-ea4a01df8b1fa29e2088816f4734bb0073eb9380.tar.gz
The WebSocket protocol is still undergoing changes and unused.
We won't waste time supporting it until it's finalized and
doesn't break HTTP.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/comparison.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/comparison.haml b/Documentation/comparison.haml
index 89b5d4b..2b3362a 100644
--- a/Documentation/comparison.haml
+++ b/Documentation/comparison.haml
@@ -278,14 +278,14 @@
     %td.app_pool Yes
     %td.lock No!
     %td.async Revactor itself
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod ThreadPool
     %td.devfd Yes
     %td.app_pool Yes
     %td.lock Yes
     %td.async standard Ruby
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod Coolio
     %td.devfd Yes
@@ -299,7 +299,7 @@
     %td.app_pool Yes
     %td.lock Yes
     %td.async standard Ruby
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod EventMachine
     %td.devfd Yes
@@ -320,21 +320,21 @@
     %td.app_pool Yes
     %td.lock No!
     %td.async Rainbows::Fiber::IO, Rainbows.sleep
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod FiberPool
     %td.devfd Yes
     %td.app_pool Yes
     %td.lock No!
     %td.async Rainbows::Fiber::IO, Rainbows.sleep
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod ActorSpawn
     %td.devfd no-op
     %td.app_pool Yes
     %td.lock Yes
     %td.async standard Ruby
-    %td.ws Sunshowers
+    %td.ws no
   %tr.comp_row
     %td.mod NeverBlock
     %td.devfd Yes