about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-10-04Add support for the ThreadSpawn concurrency model
2009-10-04revactor: graceful exit if a listening actor dies
2009-10-04revactor: implement actor limiting
2009-10-04doc updates; use "Rainbows!", not "Rainbows"
2009-10-04revactor: allow UNIX domain socket listeners
2009-10-04configuration default tweaks
2009-10-03thread_pool: Thread#kill! is gone in 1.9.2
2009-10-03common Base class for all concurrency models
2009-10-03revactor: workaround for Revactor still using Rev::Buffer
2009-10-03remove Configurator and use Rainbows! block
2009-10-03http_server: simplify use=
2009-10-03configurator: rainbows settings must be in a block
2009-10-03configurator: set worker_connections correctly
2009-10-02set "encoding: binary" for all files
2009-10-02initial revision