about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_pool.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-09 00:21:23 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-09 00:21:23 +0000
commit9afcdde9a92f817330e4dfd5e1ef77a7bf461253 (patch)
tree5b58530a05cf73f2fdbdf55bd86b9acd9a741cdd /lib/rainbows/xepoll_thread_pool.rb
parent725adcc6986bc2658d92ea3ebebe61d2b83060ad (diff)
downloadrainbows-9afcdde9a92f817330e4dfd5e1ef77a7bf461253.tar.gz
We're now able to configure the number of threads independently
of worker_connections.
Diffstat (limited to 'lib/rainbows/xepoll_thread_pool.rb')
-rw-r--r--lib/rainbows/xepoll_thread_pool.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows/xepoll_thread_pool.rb b/lib/rainbows/xepoll_thread_pool.rb
index 5ce89a0..b6eb55d 100644
--- a/lib/rainbows/xepoll_thread_pool.rb
+++ b/lib/rainbows/xepoll_thread_pool.rb
@@ -5,6 +5,7 @@ require "raindrops"
 
 module Rainbows::XEpollThreadPool
   include Rainbows::Base
+  extend Rainbows::PoolSize
 
   def init_worker_process(worker)
     super