From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.6 required=5.0 tests=FREEMAIL_FROM,RP_MATCHES_RCVD, T_DKIM_INVALID shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by dcvr.yhbt.net (Postfix) with ESMTP id 6A131217A1 for ; Thu, 6 Oct 2011 06:44:58 +0000 (UTC) Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id DFD4B185837E; Thu, 6 Oct 2011 02:44:53 -0400 (EDT) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by rubyforge.org (Postfix) with ESMTP id 12EFF185837C for ; Thu, 6 Oct 2011 02:22:48 -0400 (EDT) Received: by iabz21 with SMTP id z21so3608247iab.23 for ; Wed, 05 Oct 2011 23:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mh/90KBPIR7TkjRCnN3XdbeJBCWOpk/on3PxKZzjJjI=; b=LtSchSzIfaqv2Yi+S/N13H1FmjReonlT7gKCUGqHKRr/e5TepH1lQa6FMR/vOMDhKr 53m2e7nvTgeYUfr36WglBnNRXMu103wKdXBw7wSvfMKqNdSN2p11z5ccUkPCUp7b2Jhp IlHMTAzZVAO3cLflo/0JucIORvG2nW+cIT8N4= MIME-Version: 1.0 Received: by 10.42.161.70 with SMTP id s6mr1526611icx.40.1317882168531; Wed, 05 Oct 2011 23:22:48 -0700 (PDT) Received: by 10.42.221.132 with HTTP; Wed, 5 Oct 2011 23:22:48 -0700 (PDT) In-Reply-To: <20111004225305.GA5373@dcvr.yhbt.net> References: <20111004225305.GA5373@dcvr.yhbt.net> Date: Thu, 6 Oct 2011 15:22:48 +0900 Message-ID: Subject: Re: Peformance up - using OobGC & GC.disable From: secondlife To: unicorn list X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org > Thanks! Applied as c7ba76a21c5d00fb5c173cd6aa847442bbc652cb> with the fol= lowing commit message: Thank you for applied! > I think that could be done entirely as Unicorn-specific Rack middleware > and not hook into Unicorn internal methods like process_client. =A0Also, > the pid checks are unnecessary since that code never runs in the master. Thank you for advice. I rewrite my code. - https://gist.github.com/1258681 ------------------------------------------ Yuichi Tateno https://github.com/hotchpotch _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying