Download List

Projeto Descrição

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. Zbatery will still exploit certain features of Unix for transparent upgrades, log reopening, and graceful stops, but does not rely on them for basic functionality.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-08 14:21
4.1.2

Aplicações de rack que usam internamente FORK () agora devem se comportar conforme o esperado quando receber SIGCHLD. O arquivo de PID também está desvinculado durante um desligamento normal.
Tags: Stable
Rack applications that use fork() internally should now behave as expected when
receiving SIGCHLD. The PID file is also unlinked during a graceful shutdown.

2011-06-27 21:54
4.0.0

Esta versão resyncs com Rainbows! 4.0.0 e obtém todos os Rainbows melhorias! tem (menos a escala do processo, desde Zbatery não fork ()).
Tags: Stable
This release resyncs with Rainbows! 4.0.0 and gets all the improvements Rainbows! got (minus the process scaling, since Zbatery does not fork()).

2011-02-11 20:47
3.1.0

Esta é uma nova sincronização com o arco-íris! 3.1.0 libertação e puxa em todas as mudanças a partir daí.
Tags: Stable
This is a resync with the Rainbows! 3.1.0 release and pulls in all the changes from that.

2011-01-12 19:26
3.0.0

Interno atualizações foram feitas para Rainbows! 3.0.0 compatibilidade.
Tags: Stable
Internal updates were made for Rainbows! 3.0.0 compatibility.

2010-12-29 20:53
0.6.0

Esta versão atualiza Zbatery para usar todas as mudanças mais recentes e de arco-íris! 2.1.0: Cool.io suporte, melhorias keepalive, e várias correções de bugs.
Tags: Stable
This release updates Zbatery to use all the latest and greatest changes from Rainbows! 2.1.0: Cool.io support, keepalive improvements, and several bugfixes.

Project Resources