From mboxrd@z Thu Jan 1 00:00:00 1970 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.5 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Devin Ben-Hur Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: Re: Setting app name for process list Date: Thu, 8 Jul 2010 14:22:23 -0700 Message-ID: <4C36418F.4010209@whitepages.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278624461 13920 80.91.229.12 (8 Jul 2010 21:27:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 21:27:41 +0000 (UTC) To: unicorn list , Paul Dlug Original-X-From: mongrel-unicorn-bounces@rubyforge.org Thu Jul 08 23:27:40 2010 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org X-Greylist: delayed 307 seconds by postgrey-1.31 at rubyforge.org; Thu, 08 Jul 2010 17:27:34 EDT User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: 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: , Original-Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Xref: news.gmane.org gmane.comp.lang.ruby.unicorn.general:625 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OWyd9-0005Bf-Mz for gclrug-mongrel-unicorn@m.gmane.org; Thu, 08 Jul 2010 23:27:39 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E65D51858387; Thu, 8 Jul 2010 17:27:38 -0400 (EDT) Received: from hub.corp.w3data.com (mail0.w3data.com [64.124.61.209]) by rubyforge.org (Postfix) with ESMTP id 244AF1858380 for ; Thu, 8 Jul 2010 17:27:34 -0400 (EDT) Received: from w3m120b.corp.w3data.com (172.26.4.78) by hub.corp.w3data.com (172.25.0.29) with Microsoft SMTP Server (TLS) id 8.1.436.0; Thu, 8 Jul 2010 14:22:23 -0700 On 7/8/10 1:55 PM, Paul Dlug wrote: > Is there a way to set an application name for unicorn processes? > Basically an arbitrary name which would then show up in the process > list to identify unicorn processes, like what thin does with --tag. A patch to do something like that was recently rejected. Instead the documentation was updated with Eric's recommendated solution to instance identification: http://rubyforge.org/pipermail/mongrel-unicorn/2010-July/000620.html + Using an absolute path for for CONFIG_FILE is recommended as it + makes multiple instances of Unicorn easily distinguishable when + viewing ps(1) output. _______________________________________________ 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