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: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED,AWL shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4F66B44C1A6; Fri, 6 Jun 2014 05:59:46 +0000 (UTC) Date: Fri, 6 Jun 2014 05:59:46 +0000 From: Eric Wong To: Sam Saffron Cc: =?utf-8?Q?Br=C3=A1ulio?= Bhavamitra , unicorn-public Subject: Re: Dealing with big uploads and/or slow clients Message-ID: <20140606055946.GA24278@dcvr.yhbt.net> References: <20140606012737.GA29097@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: Sam Saffron wrote: > Wouldn't you just use Rack Hijack for this, you can easily pull the > socket out of the pipeline and then deal with the upload via > eventmachine or what not. Sure, but is that something that can BrĂ¡ulio can drop in and use right away? I expect he's already running nginx. If he's going to be doing that, probably easier to just another server altogether. yahns[1] is pretty great for that. [1] http://yahns.yhbt.net/README (the unicorn site has been running on it since November)