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=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Re: rainbows deployment. Date: Wed, 24 Mar 2010 11:51:58 -0700 Message-ID: <20100324185158.GA4797@dcvr.yhbt.net> References: <7E4A0A2E-7232-463B-A8D1-5F9BB32E3B6B@christophsturm.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1269456855 15739 80.91.229.12 (24 Mar 2010 18:54:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 18:54:15 +0000 (UTC) To: Rainbows! list Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Wed Mar 24 19:54:06 2010 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline In-Reply-To: <7E4A0A2E-7232-463B-A8D1-5F9BB32E3B6B-Nf+wZpSdgweeYOMve9Zru9BPR1lH4CV8@public.gmane.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:75 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NuViP-0004LI-UB for gclrrg-rainbows-talk@m.gmane.org; Wed, 24 Mar 2010 19:54:06 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 512A618582D2; Wed, 24 Mar 2010 14:54:05 -0400 (EDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 051FF18582D2 for ; Wed, 24 Mar 2010 14:51:59 -0400 (EDT) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 161A21F509; Wed, 24 Mar 2010 18:51:59 +0000 (UTC) Christoph Sturm wrote: > Hey rainbows peeps! > > in a deployment scenario, do i run rainbows behind nginx like unicorn, > or is the best scenario to run it without? Hi Christoph, I do both, depending on the situation. As I've developed more confidence in Rainbows!, I've found it easier to manage/hand-off apps with Rainbows!-only deployments as there are fewer moving parts to deal with. Static file performance is acceptable with Rainbows! for most situations, however it's unlikely to ever be as fast as nginx/lighttpd for static files. I'd love to hear other people's deployment experiences with Rainbows!, too. > our app has pretty short requests, we use rainbows mainly to get an > eventmachine loop. Give it a shot, it's more than likely to work. EM is very scalable and handles slow connections very well. -- Eric Wong _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying