From 72fdcf1c39c2a143d7abd8d2609e92311edff341 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 19 Apr 2010 01:04:47 -0700 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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' -- cgit v1.2.3-24-ge0c7