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.4 required=5.0 tests=PLING_QUERY,RP_MATCHES_RCVD 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 3E8F71F458 for ; Fri, 16 Sep 2011 10:57:51 +0000 (UTC) Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 9AF28121827D; Fri, 16 Sep 2011 06:57:50 -0400 (EDT) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org X-Greylist: delayed 444 seconds by postgrey-1.31 at rubyforge.org; Fri, 16 Sep 2011 06:27:21 EDT Received: from stomp.cyber.com.au (stomp.cyber.com.au [203.7.155.6]) by rubyforge.org (Postfix) with ESMTP id 65F58185837E for ; Fri, 16 Sep 2011 06:27:21 -0400 (EDT) Received: from [10.0.0.11] (bluefi5.lnk.telstra.net [203.45.95.135]) by stomp.cyber.com.au (Postfix) with ESMTPSA id C71E81CB for ; Fri, 16 Sep 2011 20:19:52 +1000 (EST) From: russell muetzelfeldt Subject: Rainbows! or unicorn? Date: Fri, 16 Sep 2011 20:19:51 +1000 Message-Id: To: mongrel-unicorn@rubyforge.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org I'm putting together a small web frontend for a client to upload files into an existing application. It's trivial - there will never be more than a (small) handful of concurrent connections, but I need a streaming rack.input for upload progress on files up to 500MB or so. I was planning on using Rainbows! with ThreadSpawn and worker_connections=1, then noticed that unicorn is also listed as having streaming rack.input. While what I'm doing is pretty much the opposite of the unicorn design case, is there any reason in this scenario for me to use Rainbows!, or should I just go with unicorn and enough backends to handle a couple of concurrent uploads and the minimal other frontend bits? cheers Russell ----- Russell Muetzelfeldt Mundus vult decipi, ergo decipiatur. _______________________________________________ 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