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: AS33070 50.56.128.0/17 X-Spam-Status: No, score=1.3 required=5.0 tests=FREEMAIL_FROM,RDNS_NONE, T_DKIM_INVALID shortcircuit=no autolearn=no version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (unknown [50.56.192.79]) by dcvr.yhbt.net (Postfix) with ESMTP id 146B144C006 for ; Thu, 22 Aug 2013 15:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 6008A2E245; Thu, 22 Aug 2013 15:26:46 +0000 (UTC) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52]) by rubyforge.org (Postfix) with ESMTP id A0BAA2E1E8 for ; Thu, 22 Aug 2013 15:26:31 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id f12so1339473vbg.39 for ; Thu, 22 Aug 2013 08:26:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EdC0XKT0i1Y33Eh7qER3H2cUHSyu8a6lysv9B9n8Yl4=; b=q3M+K+UFYoFgYPebspPRhS2t39FZ/27HPHD20GDArelkAg25zRP8sVhabPPTp3R1ZT Svfm+VuED5tOdeNl/jNa1yfgFvExMtupLff0l+HjuPGRYwgqdwzHUn47Y1dd8IrTeTqj 9DKNLWktSRFebUcwzrcRIu0iEOlHt8JLUTmf3Qbt9Ng+/0MtXU3haTWIT3Wv0Dd2vBe4 3e4noKgYVJUw0AmehVmu6ZUxOG3JHqrGIIurBquuvUg8h6ZumVw4msQ1TBHBCS1DDX7M +/Df6mqSpo5ZPbWF/quAFJzrfuXh7wP116UJi0xX6yzq6bOxCQWB76bqoX5bE+frVVOE MP5w== MIME-Version: 1.0 X-Received: by 10.58.19.162 with SMTP id g2mr12109614vee.12.1377185190434; Thu, 22 Aug 2013 08:26:30 -0700 (PDT) Received: by 10.58.46.140 with HTTP; Thu, 22 Aug 2013 08:26:30 -0700 (PDT) In-Reply-To: <20130821164144.GA19563@dcvr.yhbt.net> References: <20130821164144.GA19563@dcvr.yhbt.net> Date: Thu, 22 Aug 2013 17:26:30 +0200 Message-ID: Subject: Re: HTTP streaming and Unicorn timeout From: Nokan Emiro 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 Thank you for your answer Eric. > Using Rack::Timeout with Rainbows! instead of unicorn is probably a > better idea. 99% of the requests are fast and can be served far below 300 ms. Only a few type of requests need to stream lots of data. Do you really think that unicorn isn't a good choice in this case and I should consider switching to something else (Rack::Timeout + Rainbows!, Puma or whatever) just for the sake of that 1%? u. _______________________________________________ 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