From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.mongrel.devel,gmane.comp.lang.ruby.general Subject: [ANN] Unicorn HTTP server (v0.2.1) Date: Wed, 18 Mar 2009 20:43:45 -0700 Message-ID: <20090319034345.GA11845@dcvr.yhbt.net> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237434238 10604 80.91.229.12 (19 Mar 2009 03:43:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 03:43:58 +0000 (UTC) Cc: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org To: ruby-talk-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org, rack-devel-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Thu Mar 19 04:45:14 2009 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:101 gmane.comp.lang.ruby.general:288778 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lk9By-000362-71 for gclrmd-mongrel-development@m.gmane.org; Thu, 19 Mar 2009 04:45:14 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5388618580F0; Wed, 18 Mar 2009 23:43:49 -0400 (EDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id AD5BF18580F0 for ; Wed, 18 Mar 2009 23:43:46 -0400 (EDT) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id A9C231F43E; Thu, 19 Mar 2009 03:43:45 +0000 (UTC) List-Post: I've released Unicorn v0.2.1, the threadless fork of Mongrel optimized to run on UNIX/Linux in a LAN/localhost-only environment. It features nginx-style binary replacement without losing connections and should support all Rack and Rails v2.3.x applications. More information about Unicorn is available at: http://unicorn.bogomips.org/ Shortlog of changes since v0.1.0 are below: Eric Wong (10): Start _Known Issues_ section in README Allow binding to UNIX sockets relative to "~" tests: do not trust (our correct use of) 1.9 encodings gracefully die if working dir is invalid at fork Add signal queueing for test reliability Add unicorn_rails script for Rails 2.3.2 Documentation updates, prepare for 0.2.0 unicorn 0.2.0 unicorn v0.2.1, fix the Manifest == Disclaimer There are no known production instances of unicorn deployed anywhere in the world. The original author of unicorn only has one, internal, low-traffic Sinatra application deployed with it. Maybe you'll be the first guinea pig to test it in production. Of course there is NO WARRANTY whatsoever if anything goes wrong, but let us know and we'll try our best to fix it. -- Eric Wong