From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Evan Weaver" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel 2.0 Date: Mon, 17 Nov 2008 15:33:12 -0500 Message-ID: References: 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 1226954538 29852 80.91.229.12 (17 Nov 2008 20:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 20:42:18 +0000 (UTC) To: "Mongrel Development" Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Nov 17 21:43:20 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=9ZoGPw/kanCIo/nDj22TtXqvl8JjniAubF/fUg/4Rg8=; b=jkmKRIdimpcFYlO/PbsyOmHwfneh4D8B588kbyWswlD9oi8FF/QyLftI7KkmH8hCOJ xCOreP1hhWirTcpOymZBkz+3SZQeMi3Ssa088gJjVnXMnlgojAHf2WrB/AzBMYJuWFvz pJ8E1SNCFWnWKNN/eqOQs7JWS3inXJhyNEqII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=puxyrm61vT7fQk3x/BEIZ6HiMfOIKtfH7b/48KU+jrcpqoKmYls3HOJUnkOs+I7092 3P5bAQ5Rpn6fP64x5OXft67CsZ/hrajC2zUAGlKhHWyN+NqSeSldP3wEWp9t5R+fFUwD kFvnkQYFPfa9/PTZnSm3m8sgT/WUO/qkTlQHs= In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 9ae619e2aff43ac9 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:69 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2AwB-0008OA-W8 for gclrmd-mongrel-development@m.gmane.org; Mon, 17 Nov 2008 21:43:12 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 7821718585A9; Mon, 17 Nov 2008 15:42:01 -0500 (EST) Received: from mail-gx0-f13.google.com (mail-gx0-f13.google.com [209.85.217.13]) by rubyforge.org (Postfix) with ESMTP id 8B20616780DF for ; Mon, 17 Nov 2008 15:34:11 -0500 (EST) Received: by gxk6 with SMTP id 6so834958gxk.11 for ; Mon, 17 Nov 2008 12:34:11 -0800 (PST) Received: by 10.142.214.11 with SMTP id m11mr2164963wfg.22.1226953992142; Mon, 17 Nov 2008 12:33:12 -0800 (PST) Received: by 10.143.18.8 with HTTP; Mon, 17 Nov 2008 12:33:12 -0800 (PST) List-Post: Also, I will document the release process. Evan On Mon, Nov 17, 2008 at 3:32 PM, Evan Weaver wrote: > Hi Mongrels, > > I'm working on trunk and would like to change the following things and > release it as a 2.0rc. > > - Timestamped logging > - 1.9.1rc compatibility > - Early PID drop > - Error code instead of connection-close, as discussed earlier > - Option to fork and run from a shared socket on Linux instead of queueing > - Move to a Rack handler interface, and include backwards-compatible > versions of the current ones > - Eliminate gem_plugins > - Other random bugfixes from off the trac and github > > I'm unsure of what to do about mongrel_cluster. Do people still use > that? Only for the --clean option? It would be nice if it could go > away. > > At a later date, I would like to include optional ESI parsing to help > people's dev environments. > > Please fuss at me if these are bad. > > Evan > > -- > Evan Weaver > -- Evan Weaver