initial cool.io support
commit3a250fcfb9fcfa0ab3a8105821e670563025faa4
authorEric Wong <normalperson@yhbt.net>
Mon, 27 Dec 2010 07:18:49 +0000 (27 07:18 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 27 Dec 2010 07:34:21 +0000 (27 07:34 +0000)
tree2105314936e65bd9a9a18f1f7908ba99f221bbd9
parent2873361069dc2f8c793875316a0a2c9b8fa54761
initial cool.io support

Cool.io is the new name for Rev.  We'll continue to support Rev
until Cool.io breaks backwards compatibility.  Rev may not be
supported if Cool.io is.
23 files changed:
lib/rainbows.rb
lib/rainbows/app_pool.rb
lib/rainbows/coolio.rb [new file with mode: 0644]
lib/rainbows/coolio_fiber_spawn.rb [new file with mode: 0644]
lib/rainbows/coolio_thread_pool.rb [new file with mode: 0644]
lib/rainbows/coolio_thread_spawn.rb [new file with mode: 0644]
lib/rainbows/dev_fd_response.rb
lib/rainbows/fiber/rev.rb
lib/rainbows/http_server.rb
lib/rainbows/max_body.rb
lib/rainbows/rev.rb
rainbows.gemspec
t/GNUmakefile
t/simple-http_Coolio.ru [new file with mode: 0644]
t/simple-http_CoolioFiberSpawn.ru [new file with mode: 0644]
t/simple-http_CoolioThreadPool.ru [new file with mode: 0644]
t/simple-http_CoolioThreadSpawn.ru [new file with mode: 0644]
t/t0113-rewindable-input-false.sh
t/t0114-rewindable-input-true.sh
t/t9100-thread-timeout.sh
t/t9101-thread-timeout-threshold.sh
t/test-lib.sh
t/test_isolate.rb