Release Name: 0.1.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:
This gem release allows compatibility with newer versions of
Rainbows! This also fixes a bug when $stdout is not redirected
to a file.
Changes:
.document | 1 +
FAQ | 42 ++++++++++++++++++++++++++++++++++++++++++
GIT-VERSION-GEN | 2 +-
GNUmakefile | 4 ++--
README | 12 +++++++++---
lib/zbatery.rb | 9 +++++++--
zbatery.gemspec | 2 +-
7 files changed, 63 insertions(+), 9 deletions(-)
commit c2ece58e13107983b726b83c5cfe798ff71034ca
Author: Eric Wong
Date: Tue Dec 22 14:56:37 2009 -0800
Zbatery 0.1.0
This gem release allows compatibility with newer versions of
Rainbows! This also fixes a bug when $stdout is not redirected
to a file.
commit c17e73cde38365774bc73dae1a1ece00afde77d3
Author: Eric Wong
Date: Tue Dec 22 12:51:54 2009 -0800
ficks speling eror in README
commit 35f7422b3c568b677960d2e1c0f6f6fa98882f02
Author: Eric Wong
Date: Mon Dec 21 14:14:28 2009 -0800
GNUmakefile: releases push tgz to Rubyforge
commit 64d95504ff2f00e5bf6ad1acff53bd7175bb2035
Author: Eric Wong
Date: Tue Dec 15 23:54:38 2009 -0800
avoid breaking user switching with a single process
$stdout may not have been a chown-able file descriptor,
so throw in a dummy object there that absorbs chown calls.
commit b7ade93403021c989bf9258b29a549b0e7f3692e
Author: Eric Wong
Date: Tue Dec 15 00:18:59 2009 -0800
doc: update README, add FAQ
* make it clear we depend on Unicorn and Rainbows!
* point out Sunshowers
* add FAQ
commit 95c6af7c3adc097622c5958b7c1eb33ca6bbfeac
Author: Eric Wong
Date: Sun Dec 13 01:28:29 2009 -0800
gemspec: relax Rainbows! dependency
We do not expect Rainbows! internals we depend on to change
significantly before Rainbows! 1.0.0.
|