From 598525843ee1d120fd9878011ca2b6328c2cf95f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 May 2011 02:24:26 +0000 Subject: doc: better document :pool_size options CoolioThreadPool has had it supported forever, but only NeverBlock had it documented. --- lib/rainbows/coolio_thread_pool.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib/rainbows/coolio_thread_pool.rb') diff --git a/lib/rainbows/coolio_thread_pool.rb b/lib/rainbows/coolio_thread_pool.rb index 378e64d..0e616a6 100644 --- a/lib/rainbows/coolio_thread_pool.rb +++ b/lib/rainbows/coolio_thread_pool.rb @@ -14,6 +14,21 @@ # # This concurrency model is designed for Ruby 1.9, and Ruby 1.8 # users are NOT advised to use this due to high CPU usage. +# +# === :pool_size vs worker_connections +# +# In your Rainbows! config block, you may specify a Thread pool size +# to limit your application concurrency independently of +# worker_connections. +# +# Rainbows! do +# use :CoolioThreadPool, :pool_size => 50 +# worker_connections 100 +# end +# +# In extremely rare cases, this may be combined with Rainbows::AppPool +# if you have different concurrency capabilities for different parts of +# your Rack application. module Rainbows::CoolioThreadPool # :stopdoc: autoload :Client, 'rainbows/coolio_thread_pool/client' -- cgit v1.2.3-24-ge0c7