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.6 required=5.0 tests=MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD,T_DKIM_INVALID shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Jamie Wilkinson Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: Re: [ANN] unicorn 0.99.0 - simplicity wins Date: Thu, 6 May 2010 13:49:12 -0700 Message-ID: <9ECF07C4-5216-47BE-961D-AFC0F0C82060@internetfamo.us> References: <20100506193740.GB10280@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273179246 25907 80.91.229.12 (6 May 2010 20:54:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 20:54:06 +0000 (UTC) To: unicorn list Original-X-From: mongrel-unicorn-bounces@rubyforge.org Thu May 06 22:54:04 2010 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=8pkljLedrsBdSfaCL1SMeCJMCa5fznd78oPfhN/GhX8=; b=teBtB5EVY0ePlraaDN2Zsm163BS4SUZ9xkcJDiqR+0iX2yN1nCjAGydKiNbGy6Jg4E ZjiL70xRIB7Sk8UlJ9xZBxRQnpaSGSFLWpxJMn7rKwMfnH0gynHc5cN4xn4HTDTF2PpA qWL+For+Nj2gqcBZEIC9mXQ/lSKbsY0ekJ/Eg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=Qi7XjHs5A0bxw6Aqn9zAJp8ZeM5VUYLhWdL3aJUdsVAlxu5zHmtMBlXY5/Us03+wDk TFdaE5XHDvpK5p1AKeEreNSBVoCaqK5Vte/tetPnZgLD4MlEqRBliNA7mzvQzblh42ln j4XSdvCLKnS9fjlzhJD3uhAtZNT+dV9JUN//8= In-Reply-To: <20100506193740.GB10280@dcvr.yhbt.net> X-Mailer: Apple Mail (2.1078) 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:487 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA853-0007Fv-La for gclrug-mongrel-unicorn@m.gmane.org; Thu, 06 May 2010 22:54:01 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 1CBB21858348; Thu, 6 May 2010 16:54:01 -0400 (EDT) Received: from mail-pw0-f50.google.com (mail-pw0-f50.google.com [209.85.160.50]) by rubyforge.org (Postfix) with ESMTP id BDEBF1858322 for ; Thu, 6 May 2010 16:49:21 -0400 (EDT) Received: by pwj1 with SMTP id 1so180058pwj.23 for ; Thu, 06 May 2010 13:49:20 -0700 (PDT) Received: by 10.142.9.31 with SMTP id 31mr5730473wfi.7.1273178960747; Thu, 06 May 2010 13:49:20 -0700 (PDT) Received: from [10.0.1.31] (173-13-169-18-sfba.hfc.comcastbusiness.net [173.13.169.18]) by mx.google.com with ESMTPS id 22sm1056682pzk.1.2010.05.06.13.49.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 06 May 2010 13:49:17 -0700 (PDT) Re: bundling/isolating: > If it is not possible to only have one Rack version installed > "globally", then they should either use Isolate or Bundler and > install a private version of Unicorn along with their preferred > version of Rack. Users who install in this way are recommended > to execute the isolated/bundled version of Unicorn, instead of > what would normally be in $PATH. A caveat about using a bundled unicorn binary (via `bundle exec unicorn`): if you use capistrano-based deployment, make sure to use a shared vendor/bundler_gems! Obviously this is much faster than re-bundling each release, but it also prevents the unicorn binary from going missing -- if unicorn is originally executed as /app/releases/XXY/vendor/bundler_gems/bin/unicorn and that release gets rolled back or pruned by :keep_releases, the original master's binary is now gone & it will no longer be able to fork new unicorn masters (is this expected behavior/a known issue?) -jamie _______________________________________________ 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