Download List

Descripción del Proyecto

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

Aplicaciones de bastidor que utilizan internamente fork() ahora deben comportarse como se esperaba al recibir SIGCHLD. El archivo PID también se desvincula durante un apagado sin problemas.
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

Este comunicado de resincroniza con el arco iris! 4.0.0, y recibe todo el arco iris mejoras! tiene (menos el escalamiento de procesos, ya que no Zbatery tenedor ()).
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 es una resincronización con el arco iris! 3.1.0 liberación y la tira en todos los cambios de eso.
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

cambios internos se hicieron para los arco iris! 3.0.0 compatibilidad.
Tags: Stable
Internal updates were made for Rainbows! 3.0.0 compatibility.

2010-12-29 20:53
0.6.0

Esta versión actualiza Zbatery a utilizar todos los cambios últimos y más grandes del arco iris! 2.1.0: apoyo Cool.io, mejoras keepalive, y varias correcciones de errores.
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