Posted By: Eric Wong
Date: 2011-05-21 04:06
Summary: Zbatery 3.4.0 - another Rainbows! resync
Project: Rainbows!
Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process.
* http://zbatery.bogomip.org/ * rainbows-talk@rubyforge.org />* git://bogomips.org/zbatery.git
Changes:
This release fixes dependencies on Rainbows! and gets all the improvements Rainbows! 3.4.0 got:
* Kgio.autopush support for multi-threaded configurations * Immediate disconnect of idle clients on SIGQUIT for concurrency models where idle clients are cheap to maintain. |
|