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: [ANN] Unicorn: UNIX+localhost/LAN-only Mongrel fork Date: Thu, 12 Feb 2009 12:05:24 -0800 Message-ID: References: <20090211230457.GB22926@dcvr.yhbt.net> <21ee31950902111632y6df95e9h1f9dd642bcc55baf@mail.gmail.com> <20090212005932.GB26706@dcvr.yhbt.net> <21ee31950902111708m370f6a28s477b2d2fb4af960b@mail.gmail.com> <20090212032844.GA24045@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 1234471429 17887 80.91.229.12 (12 Feb 2009 20:43:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 20:43:49 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Thu Feb 12 21:45:03 2009 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:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=8bB4/2gFGE0DMobsgvjtCGRV1gDuFVSpUFKL2Mvhd08=; b=CTzbAQsLBhwcSPsPvWPFxxWnk739Xj+7XNikMWfhU4vxErx/CR/3v9o5p1tv0NSxsV 1FJemEIuRdFL+/C0oSSgVgDBsN3dRxbFS1AYjWQXT4/tCr/X514Z3zp86U4bbFMIsfta DHuUoj9xcN4i2d7dHK/k6fi8BgqJGDM/OHe7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=JNYYNy4xQQdVHUcPZeh0Rg7HSqIHo7yenrQnxIHlkR2ZWrT+hR/rBwyot8gTFwvINa DjjNg5tXYnBf4mbYm5kkc67bS/KEI4PFjL1ZiAGPuBqMtG2D6u5s3dDBl44jA6azyWTN fx3WKxVocwnq3gSM8p+JcKjME7bvWcVsb92Ws= In-Reply-To: <20090212032844.GA24045-yBiyF41qdooeIZ0/mPfg9Q@public.gmane.org> X-Google-Sender-Auth: 5751fd25d689c166 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:89 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1LXiQf-00013G-RE for gclrmd-mongrel-development@m.gmane.org; Thu, 12 Feb 2009 21:45:02 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5AC4B18580EE; Thu, 12 Feb 2009 15:43:39 -0500 (EST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by rubyforge.org (Postfix) with ESMTP id 76D6D18580F6 for ; Thu, 12 Feb 2009 15:05:26 -0500 (EST) Received: by wa-out-1112.google.com with SMTP id v33so587671wah.3 for ; Thu, 12 Feb 2009 12:05:25 -0800 (PST) Received: by 10.115.18.1 with SMTP id v1mr530190wai.157.1234469124675; Thu, 12 Feb 2009 12:05:24 -0800 (PST) List-Post: Hey, this is really interesting. I'll investigate to see where Mongrel2 and Unicorn are converging. Let me know if you need more access to any Mongrel resources. Evan On Wed, Feb 11, 2009 at 7:28 PM, Eric Wong wrote: > Ryan Dahl wrote: >> > The master process already notices when timeout is expired and sends >> > SIGKILL to workers. I could add a :soft_timeout config and have it send >> > SIGQUIT to workers if a lower timeout is reached. >> >> yes - i just saw that. is that working well for you? > > It worked when I wrote it and added a sleep(120) to the bundled > "hello world" app; but haven't had the chance to even use > run Unicorn today since I sent out the announcement email; > much less write proper tests for it. > > -- > Eric Wong > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver