about summary refs log tree commit homepage
path: root/lib/rainbows.rb
DateCommit message (Expand)
2009-11-27preliminary ActorSpawn model for Rubinius
2009-11-26cleanup and refactor error handling
2009-11-25AppPool middleware now compatible with Fibers
2009-11-25add FiberPool concurrency model
2009-11-25add FiberSpawn concurrency model
2009-11-24fix grammar fail in RDoc
2009-11-18make keepalive_timeout configurable
2009-11-08initial cut of the RevThreadSpawn model
2009-11-06cleanup worker heartbeat and master deathwatch
2009-10-22initial EventMachine support
2009-10-18rev: async response bodies with DevFdResponse middleware
2009-10-17refactor graceful shutdowns again, harder
2009-10-15Add Rainbows::AppPool Rack middleware
2009-10-14preliminary Rev support
2009-10-05doc: better "Rainbows!" RDoc examples and linkage
2009-10-04limit Rainbows! configuration method exposure
2009-10-04vary defaults for worker_connections
2009-10-04Add support for the ThreadSpawn concurrency model
2009-10-03common Base class for all concurrency models
2009-10-03remove Configurator and use Rainbows! block
2009-10-02initial revision