Files | Admin

Notes:

Release Name: 3.0.0

Notes:
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://git.bogomips.org/zbatery.git

Changes:

See Rainbows! NEWS[1] and ChangeLog[2] for details.

[1] http://rainbows.rubyforge.org/NEWS.html
[2] http://rainbows.rubyforge.org/ChangeLog.html



Changes: GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 10 +++++----- t/test_isolate.rb | 4 +--- zbatery.gemspec | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) commit b0bd7a531a2816fbcd20ee982d52f236f8fa9af3 Author: Eric Wong Date: Tue Jan 11 16:49:55 2011 -0800 Zbatery 3.0.0 - Rainbows! 3.0.0 resync The ugly "Rainbows::G" constant is no longer.