about summary refs log tree commit homepage
path: root/lib/rainbows/thread_pool.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
commitb79ce7e6594259669763251e3cbf4404a6381d7c (patch)
tree6f1b55b1301107ea3e6bdbf21ecf9dd90cfca2a9 /lib/rainbows/thread_pool.rb
parente0c33c583c5b4d2a4661edb6c41d6a60b44dae9d (diff)
downloadrainbows-b79ce7e6594259669763251e3cbf4404a6381d7c.tar.gz
It's more fool-proof this way and prevents us from using
idiotic/non-obvious concurrency model names.
Diffstat (limited to 'lib/rainbows/thread_pool.rb')
-rw-r--r--lib/rainbows/thread_pool.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/thread_pool.rb b/lib/rainbows/thread_pool.rb
index 2bae89b..c742e5d 100644
--- a/lib/rainbows/thread_pool.rb
+++ b/lib/rainbows/thread_pool.rb
@@ -27,7 +27,6 @@ module Rainbows
 
     def worker_loop(worker)
       init_worker_process(worker)
-      RACK_DEFAULTS["rack.multithread"] = true
       pool = (1..worker_connections).map { new_worker_thread }
       m = 0