From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-0.5 required=3.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.general,gmane.comp.lang.ruby.rainbows.general Subject: [ANN] Zbatery 0.2.0 - Unicorn/Rainbows! resync Date: Tue, 2 Mar 2010 03:58:47 +0900 Message-ID: <20100301185846.GA22455@dcvr.yhbt.net> References: <20100213103409.GA7833@dcvr.yhbt.net> <20100213103757.GB7833@dcvr.yhbt.net> <20100213103918.GC7833@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267469974 29151 80.91.229.12 (1 Mar 2010 18:59:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2010 18:59:34 +0000 (UTC) To: ruby-talk@ruby-lang.org (ruby-talk ML) ,rainbows-talk@rubyforge.org Original-X-From: ruby-talk-admin@ruby-lang.org Mon Mar 01 19:59:29 2010 Return-path: Envelope-to: gclrg-ruby-talk@m.gmane.org Delivered-To: ruby-talk@ruby-lang.org Original-Posted: Mon, 1 Mar 2010 18:58:46 +0000 In-Reply-To: <20100301185504.GB22271@dcvr.yhbt.net> X-ML-Name: ruby-talk X-Mail-Count: 358299 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-talk-ctl@ruby-lang.org; help= User-Agent: Mutt/1.5.18 (2008-05-17) Content-Disposition: inline Precedence: bulk Original-Lines: 17 List-Id: List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: Xref: news.gmane.org gmane.comp.lang.ruby.general:315397 gmane.comp.lang.ruby.rainbows.general:72 Archived-At: Received: from carbon.ruby-lang.org ([221.186.184.68]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NmApt-0002WS-I1 for gclrg-ruby-talk@m.gmane.org; Mon, 01 Mar 2010 19:59:21 +0100 Received: from carbon.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1]) by carbon.ruby-lang.org (Postfix) with ESMTP id 050C63C21EBA6; Tue, 2 Mar 2010 03:58:53 +0900 (JST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by carbon.ruby-lang.org (Postfix) with ESMTP id CEDE33C21EBBC for ; Tue, 2 Mar 2010 03:58:46 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPSA id 25DEF1F4FC; Mon, 1 Mar 2010 18:58:46 +0000 (UTC) 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 This release resyncs against the latest features/cleanups in Unicorn 0.97.0 and Rainbows! 0.91.0 -- Eric Wong