From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Luis Lavena" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel 2.0 Date: Thu, 20 Nov 2008 01:09:13 -0200 Message-ID: <71166b3b0811191909n6ad79b3cse89be4b9c50b8283@mail.gmail.com> 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 1227150566 4270 80.91.229.12 (20 Nov 2008 03:09:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 03:09:26 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Thu Nov 20 04:10:27 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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TpDprFGZef7Y8hRORo7qHSmUnidxkVNW+PWbE6RWE98=; b=s3p5qJmqTK+Dw/w2t0tY78Vp3ZDeHwudkjon4wXSJWdNmCN1FIPEbB8C8RHpSxHnWJ LVHZOhqqKnJGNEWztxskeKqbi3vpY8T1OUfcBqrd/A2tLWGqYwP8jsMTZxtN4FZocZPC 4bTI/T/VINgWBBIqVBtFrwfda5RjoVY21rRrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xPJf6u3LPptOhjYu3Dlf9AC/TWiSPLjvHsK25QIBB41Lt+zxADk6JJYbnGe2itxO3U +OAX8pl4pfaiTpEYjI9Fqo5+yP8YgO0P0Ud6nBYatkuUlaiHEZRtLfuEtrS0gaWzOmVC SlZV474ohDhmUKNbpNa8rua9KBqbLNMydAkCA= In-Reply-To: Content-Disposition: inline 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:77 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2zw2-0007HB-RQ for gclrmd-mongrel-development@m.gmane.org; Thu, 20 Nov 2008 04:10:27 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A252018585B8; Wed, 19 Nov 2008 22:09:15 -0500 (EST) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by rubyforge.org (Postfix) with ESMTP id 16F2A18585B5 for ; Wed, 19 Nov 2008 22:09:13 -0500 (EST) Received: by fg-out-1718.google.com with SMTP id l27so222686fgb.19 for ; Wed, 19 Nov 2008 19:09:13 -0800 (PST) Received: by 10.187.159.2 with SMTP id l2mr384379fao.47.1227150553394; Wed, 19 Nov 2008 19:09:13 -0800 (PST) Received: by 10.187.242.6 with HTTP; Wed, 19 Nov 2008 19:09:13 -0800 (PST) List-Post: On Mon, Nov 17, 2008 at 6: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 Can you give more details on this? > - Move to a Rack handler interface, and include backwards-compatible > versions of the current ones How this will overlap / affect / interfere Rack and it's own handler for mongrel? > - Eliminate gem_plugins > - Other random bugfixes from off the trac and github > I'll really liek to have mongrel repository moved to git prior the release, I lost track of all the branches and what is current the past months... > 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. > Most of thos looks good, but hearing more the details of some points details will help me a bit. For the record, I'm working on some rake helpers to ease the building of all the gems and also cross compilation, with the goal that noone needs me or Windows to be able to release gems for the platform. -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams