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: Mongrel 2.0 Date: Mon, 17 Nov 2008 15:32:33 -0500 Message-ID: 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 1226954282 28966 80.91.229.12 (17 Nov 2008 20:38:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 20:38:02 +0000 (UTC) To: "Mongrel Development" Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Nov 17 21:39:05 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:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=iINX4LvPszciY8tnz4USKR+dRm8Y86j5E975LXvFr0s=; b=Cb3rUD5MyLA2ajFEm7PL1HCyjBDUY+3SsPETTJuuOjd1luNS34EQRks67S0hHNdhpI AtYny4wp7B/NNeFKsB51pslBIURUGja+XbZyhTblWEWu0JGtYjt1BuV8rEaNLuT17s+a zgWcA/1aPQS5yuNCwkHKNYaJ311LJDuP+kMtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=Wq5aW0fcOAQ0CNs6+OgyCvqKtopl87tI27auPKvmexHRSJL9C4l5ZmUilV55l0JR5b Vfo+rPABWtqHPnaNs7WbJQ84Q1osLjGs8c9mvSyFL4syjvGK2zxsbN23rtN+M3lacXgJ u8TBhFYaiJS3NJkwr1jA8CiDSVpfVyY9NkHrA= Content-Disposition: inline X-Google-Sender-Auth: 61c42305140dd609 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:68 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2As5-0006qK-7n for gclrmd-mongrel-development@m.gmane.org; Mon, 17 Nov 2008 21:38:57 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 483BC18585A0; Mon, 17 Nov 2008 15:37:46 -0500 (EST) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by rubyforge.org (Postfix) with ESMTP id C207518585A7 for ; Mon, 17 Nov 2008 15:32:34 -0500 (EST) Received: by wf-out-1314.google.com with SMTP id 28so2700908wfc.29 for ; Mon, 17 Nov 2008 12:32:33 -0800 (PST) Received: by 10.142.165.14 with SMTP id n14mr2152724wfe.280.1226953953927; Mon, 17 Nov 2008 12:32:33 -0800 (PST) Received: by 10.143.18.8 with HTTP; Mon, 17 Nov 2008 12:32:33 -0800 (PST) List-Post: 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