about summary refs log tree commit homepage
path: root/lib/rainbows.rb
DateCommit message (Expand)
2009-12-22common Rainbows.sleep(nr) method
2009-12-22cleanup in Rainbows.accept definition
2009-12-22new RevFiberSpawn concurrency model
2009-12-08EventMachineDefer: preliminary (and) broken version
2009-12-05larger thread pool default sizes ({Rev,}ThreadPool)
2009-12-02add RevThreadPool concurrency model
2009-12-01more consistent code for worker timeout/exits
2009-11-29preliminary NeverBlock support with EventMachine
2009-11-29Allow options to be added to "use"
2009-11-28always set FD_CLOEXEC if available
2009-11-28common Rainbows.accept method
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