about summary refs log tree commit homepage
path: root/config
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-19 01:04:47 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-19 01:23:04 -0700
commit72fdcf1c39c2a143d7abd8d2609e92311edff341 (patch)
tree2fa0c957811f6a1c5ee1deb68f351e9399c44f0c /config
parent98622a1c291277ff124a586929c675e9ae67692e (diff)
downloadrainbows-72fdcf1c39c2a143d7abd8d2609e92311edff341.tar.gz
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.
Diffstat (limited to 'config')
-rw-r--r--config/isolate.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/isolate.rb b/config/isolate.rb
index 3ac1af5..1c6874b 100644
--- a/config/isolate.rb
+++ b/config/isolate.rb
@@ -19,6 +19,7 @@ gem 'neverblock', '0.1.6.2'
 if defined?(::Fiber)
   gem 'case', '0.5'
   gem 'revactor', '0.1.5'
+  gem 'rack-fiber_pool', '0.9.0'
 end
 
 gem 'cramp', '0.10'