From 154e7af0225a0375274991ee7bd1fc8ad22c1c37 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Dec 2009 23:39:32 -0800 Subject: add RevThreadPool concurrency model This should be like RevThreadSpawn except with more predictable performance (but higher memory usage under low load). --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 9e07185..e42f6cf 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -80,6 +80,7 @@ module Rainbows :ThreadPool => 10, :Rev => 50, :RevThreadSpawn => 50, + :RevThreadPool => 50, :EventMachine => 50, :FiberSpawn => 50, :FiberPool => 50, -- cgit v1.2.3-24-ge0c7