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: Eric Wong Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: Re: Unicorn and home_run Date: Wed, 25 Aug 2010 21:33:39 -0700 Message-ID: <20100826043339.GB14658@dcvr.yhbt.net> References: <20100824195813.GA10622@dcvr.yhbt.net> <20100825075056.GA14658@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1282797394 14405 80.91.229.12 (26 Aug 2010 04:36:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2010 04:36:34 +0000 (UTC) To: unicorn list Original-X-From: mongrel-unicorn-bounces@rubyforge.org Thu Aug 26 06:36:33 2010 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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:689 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OoUCW-0000Z8-OE for gclrug-mongrel-unicorn@m.gmane.org; Thu, 26 Aug 2010 06:36:33 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 20057185836F; Thu, 26 Aug 2010 00:36:32 -0400 (EDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id A90811858361 for ; Thu, 26 Aug 2010 00:33:40 -0400 (EDT) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id DE4E820528; Thu, 26 Aug 2010 04:33:39 +0000 (UTC) Jeremy Evans wrote: > On Wed, Aug 25, 2010 at 12:50 AM, Eric Wong wrote: > > Yeah, I figured using the "home_run" wrapper would be less than > > ideal since it would get lost during exec upgrades and newer > > versions of home_run wouldn't get picked up the same way it'd get > > picked up in a system install. > = > The home_run wrapper works by modifying the environment (RUBYLIB and > RUBYOPT). Does the environment get reset during exec upgrades? The environment is untouched by default. I meant Unicorn can only see $0 as 'unicorn' or 'unicorn_rails', and never 'home_run', so the version changes can't be picked up. > You are correct that newer versions would not get picked up, as it's > going to hard code a specific gem version. > > Thanks. =A0I'd be eager to hear how it works out since this could be a > > popular library very soon :) Is there a home_run mailing list I could > > follow? > = > I haven't set up a mailing list for it (you are the first person to > ask about one), but I've been hanging out by myself in #home_run on > freenode (IRC). Ah, I've mostly given up on IRC since I get distracted easily or everybody pops in at different times and lack of threading makes it hard to follow. I much prefer the asynchronous nature of email along with its ease of archival, search, and patch exchange. For intense emergencies where money is lost for every second something is awry, yes, IRC is great, but I do Free Software development at a much more relaxed pace :) -- = Eric Wong _______________________________________________ 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