add test for the rack-fiber_pool gem with EventMachine
commit72fdcf1c39c2a143d7abd8d2609e92311edff341
authorEric Wong <normalperson@yhbt.net>
Mon, 19 Apr 2010 08:04:47 +0000 (19 01:04 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 19 Apr 2010 08:23:04 +0000 (19 01:23 -0700)
tree2fa0c957811f6a1c5ee1deb68f351e9399c44f0c
parent98622a1c291277ff124a586929c675e9ae67692e
add test for the rack-fiber_pool gem with EventMachine

Although advertised as being Thin-only, the rack-fiber_pool gem
works with our EventMachine concurrency model as well.

Note that it's impossible to expose the streaming "rack.input"
behavior of the native FiberSpawn/FiberPool models via
middleware, but most people don't need streaming a "rack.input"

See http://github.com/mperham/rack-fiber_pool for more details
on the rack-fiber_pool gem.
config/isolate.rb
t/rack-fiber_pool/app.ru [new file with mode: 0644]
t/t0600-rack-fiber_pool.sh [new file with mode: 0755]