about summary refs log tree commit homepage
path: root/lib/rainbows/coolio_fiber_spawn.rb
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 /lib/rainbows/coolio_fiber_spawn.rb
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 'lib/rainbows/coolio_fiber_spawn.rb')
-rw-r--r--lib/rainbows/coolio_fiber_spawn.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/rainbows/coolio_fiber_spawn.rb b/lib/rainbows/coolio_fiber_spawn.rb
index 094e18e..52b3e63 100644
--- a/lib/rainbows/coolio_fiber_spawn.rb
+++ b/lib/rainbows/coolio_fiber_spawn.rb
@@ -2,12 +2,12 @@
 require 'rainbows/fiber/coolio'
 
 # A combination of the Coolio and FiberSpawn models.  This allows Ruby
-# 1.9 Fiber-based concurrency for application processing while
-# exposing a synchronous execution model and using scalable network
-# concurrency provided by Cool.io.  A "rack.input" is exposed as well
-# being Sunshowers-compatible.  Applications are strongly advised to
-# wrap all slow IO objects (sockets, pipes) using the
-# Rainbows::Fiber::IO or a Cool.io-compatible class whenever possible.
+# 1.9 Fiber-based concurrency for application processing while exposing
+# a synchronous execution model and using scalable network concurrency
+# provided by Cool.io.  A streaming "rack.input" is exposed.
+# Applications are strongly advised to wrap all slow IO objects
+# (sockets, pipes) using the Rainbows::Fiber::IO or a Cool.io-compatible
+# class whenever possible.
 module Rainbows::CoolioFiberSpawn
 
   include Rainbows::Base