about summary refs log tree commit homepage
path: root/lib/rainbows/never_block.rb
DateCommit message (Collapse)
2011-05-09doc: better document :pool_size options
CoolioThreadPool has had it supported forever, but only NeverBlock had it documented.
2011-05-09split out pool_size module
coolio_thread_pool, neverblock both use it, and xepoll_thread_pool will support it next, too.
2011-03-20fix various warnings with "check-warnings" target
Run under 1.9.3dev
2010-12-26never_block: simplify and split out code
alias_method is a mess, super is superb!
2010-10-28HUP reload restores defaults on unset settings
For consistency, changed settings are reset back to their default values if they are removed or commented out from the config file.
2010-07-10doc: avoid documenting internals on RDoc website
Since we suck at building websites, we just rely on RDoc as a website builder. And since Rainbows! is an application server (and not a programming library), our internal API should be of little interest to end users. Anybody interested in Rainbows! (or any other project) internals should be reading the source.
2009-12-08NeverBlock: resync with recent our EM-related expansion
The last change to our EventMachine support code broke our (lightly-tested) NeverBlock support badly.
2009-11-29preliminary NeverBlock support with EventMachine