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.6 required=5.0 tests=RP_MATCHES_RCVD, T_DKIM_INVALID 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 9D0BD21070 for ; Sat, 1 Oct 2011 03:39:34 +0000 (UTC) Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 2BA711D78101; Fri, 30 Sep 2011 23:39:30 -0400 (EDT) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by rubyforge.org (Postfix) with ESMTP id 9955F1858386 for ; Fri, 30 Sep 2011 23:39:17 -0400 (EDT) Received: by qabj34 with SMTP id j34so980040qab.23 for ; Fri, 30 Sep 2011 20:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=8zKPQieaWTIcsh17R7hpOkIXzzlEjZZoIJg4j8lsgGk=; b=PYBrkzcfmBCY0OF9Xf3etYkVXqCLi6YqkFJAPt+DV0Dmcj0G6d3F9vLK7ea4/4kPRQ gcdxqr9EuwKgbCqjzs64HCacj1xtpAKNdeVG7ZKVCD2E4y1cOP5iznwsSzUsYl6OKHz4 4eaACqqV1meo8pH8ja9uPqvk9IGluZKLvDRek= MIME-Version: 1.0 Received: by 10.229.1.144 with SMTP id 16mr9323944qcf.299.1317440357302; Fri, 30 Sep 2011 20:39:17 -0700 (PDT) Received: by 10.229.136.203 with HTTP; Fri, 30 Sep 2011 20:39:17 -0700 (PDT) In-Reply-To: <20110929205453.GA15148@dcvr.yhbt.net> References: <20110929184711.GA21222@dcvr.yhbt.net> <20110929205453.GA15148@dcvr.yhbt.net> Date: Fri, 30 Sep 2011 23:39:17 -0400 X-Google-Sender-Auth: LSQfI07iPfmUyTzP1CuTS_dTWhw Message-ID: Subject: Re: large uploads From: John Joseph Bachir To: unicorn list 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 So buffering the entire request and then sending it to the backend is the default behavior of HttpUpstreamModule? That's fascinating. It almost seems like that's a bad design choice, because it inhibits the possibility of parallel work being done as the request comes in (like, it's the opposite of how unix pipes work). _______________________________________________ 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