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: AS8075 157.55.0.0/16 X-Spam-Status: No, score=-0.7 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, T_RP_MATCHES_RCVD,URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from DUB004-OMC3S34.hotmail.com (dub004-omc3s34.hotmail.com [157.55.2.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3891F633806 for ; Fri, 14 Nov 2014 10:52:00 +0000 (UTC) Received: from DUB126-W58 ([157.55.2.8]) by DUB004-OMC3S34.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Fri, 14 Nov 2014 02:51:58 -0800 X-TMN: [A1x+pZZ2k2/HdU1vQ7aZ3IMBTCGlK1kP] X-Originating-Email: [roberto.chingon@hotmail.com] Message-ID: Content-Type: text/plain; charset="iso-8859-1" From: Roberto Cordoba del Moral To: Eric Wong CC: "unicorn-public@bogomips.org" Subject: RE: Issue with Unicorn: Big latency when getting a request Date: Fri, 14 Nov 2014 11:51:58 +0100 Importance: Normal In-Reply-To: <20141114102857.GA13910@dcvr.yhbt.net> References: ,,<20141113210332.GA13597@dcvr.yhbt.net>,,<20141114071922.GA10410@dcvr.yhbt.net>,,,<20141114100208.GA7416@dcvr.yhbt.net>,,,<20141114102857.GA13910@dcvr.yhbt.net> MIME-Version: 1.0 X-OriginalArrivalTime: 14 Nov 2014 10:51:58.0715 (UTC) FILETIME=[0377B4B0:01CFFFF9] Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: PublicInbox::Filter 0.0.1 List-Id: I=B4m getting this warn message when starting NGINX =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= nginx: [warn] 1024 worker_connections exceed open file resource limit: 256 Could it be related to this? > Date: Fri=2C 14 Nov 2014 10:28:57 +0000 > From: e@80x24.org > To: roberto.chingon@hotmail.com > CC: unicorn-public@bogomips.org > Subject: Re: Issue with Unicorn: Big latency when getting a request >=20 > Can you try Thin=2C Puma or another server? >=20 > Maybe configuring more unicorn worker_processes can help if your JS > needs multiple connections to function for some reason. > unicorn cannot do concurrency without multiple worker_processes. >=20 > I cannot view screenshots (or any images/video). =