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=-3.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 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 5AEC0633805; Fri, 14 Nov 2014 18:34:34 +0000 (UTC) Date: Fri, 14 Nov 2014 18:34:34 +0000 From: Eric Wong To: Roberto Cordoba del Moral Cc: unicorn-public@bogomips.org Subject: Re: Issue with Unicorn: Big latency when getting a request Message-ID: <20141114183434.GA1177@dcvr.yhbt.net> References: <20141114071922.GA10410@dcvr.yhbt.net> <20141114100208.GA7416@dcvr.yhbt.net> <20141114102857.GA13910@dcvr.yhbt.net> <20141114110306.GA21328@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: Roberto Cordoba del Moral wrote: > I have installed Puma and it´s working. > It´s the combination of Unicorn and Chrome which is not working. I > don´t know why. Just curious, can you try configuring "worker_processes 4" in unicorn (or maybe increase 4 to 8 or any hihgher number if you have enough memory). If extra workers works, it's definitely the lack of baked-in concurrency in unicorn (this is by design). So I suspect puma (or any other server) is better for your use case anyways.