Release Name: 0.6.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:
All the latest and greatest changes from Rainbows! 2.1.0:
http://git.bogomips.org/cgit/rainbows.git/tag/?id=v2.1.0
Changes:
.document | 1 +
.gitignore | 1 +
.wrongdoc.yml | 7 +++
GIT-VERSION-GEN | 2 +-
GNUmakefile | 78 ++++++++--------------------------
Rakefile | 122 ++++++++---------------------------------------------
lib/zbatery.rb | 5 +-
t/GNUmakefile | 8 ++--
t/test-lib.sh | 3 +-
t/test_isolate.rb | 12 ++++--
zbatery.gemspec | 39 +++++------------
11 files changed, 74 insertions(+), 204 deletions(-)
commit 2549a23a1a6b18097292acf7dff8e40b6f59ed91
Author: Eric Wong
Date: Wed Dec 29 09:18:59 2010 +0000
Zbatery 0.6.0 - Rainbows! 2.1.x resync
commit 4b72673e4614d0942c8ac9fab9caf7ac2c9f19f0
Author: Eric Wong
Date: Wed Dec 29 09:18:14 2010 +0000
packaging updates (wrongdoc!)
commit 1e3d8e09d4fe7ad2eaa69200226ddc9931b89f7b
Author: Eric Wong
Date: Wed Dec 29 09:00:36 2010 +0000
resync with Rainbows! 2.1.0
|