Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 999EE10FA7 for ; Mon, 18 Nov 2013 21:13:35 +0000 (UTC) Received: (qmail 50139 invoked by uid 500); 18 Nov 2013 21:13:34 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 50089 invoked by uid 500); 18 Nov 2013 21:13:34 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 50079 invoked by uid 99); 18 Nov 2013 21:13:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 21:13:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [76.96.30.40] (HELO qmta04.emeryville.ca.mail.comcast.net) (76.96.30.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 21:13:29 +0000 Received: from omta17.emeryville.ca.mail.comcast.net ([76.96.30.73]) by qmta04.emeryville.ca.mail.comcast.net with comcast id r6Hm1m0071afHeLA49D99J; Mon, 18 Nov 2013 21:13:09 +0000 Received: from [192.168.199.10] ([69.251.80.74]) by omta17.emeryville.ca.mail.comcast.net with comcast id r9D71m00V1cCKD98d9D8e3; Mon, 18 Nov 2013 21:13:09 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: Intent to T&R 2.4.7 From: Jim Jagielski In-Reply-To: <3A1D73E4-B884-451D-8A5B-FDE96BC1BB50@jaguNET.com> Date: Mon, 18 Nov 2013 16:13:06 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <964BCC76-DBA1-4C49-BA4C-6813D7B06741@jaguNET.com> References: <4BCDF1B3-F032-4EBA-816D-94555703B819@jaguNET.com> <52842703.6080506@primary.net> <84F4E273-EC68-4B5B-BD4F-55FEC65B1052@jaguNET.com> <528A65EB.60403@primary.net> <528A667F.9090004@primary.net> <528A6D03.9000203@primary.net> <3A1D73E4-B884-451D-8A5B-FDE96BC1BB50@jaguNET.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1822) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1384809189; bh=Yscplpw6EnVZ5uDRByCJMkFp0RDJX8yyQAWAwX/uDUc=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=KwhcS4UoC0jmDBNjwmdu0Rfje6HHg3X+QRL0iOCLnJXJSlTcHJ2/4RCJPkH6weyOB DsjA/A2W2mnuUsDAISwN1TMJ+0BNYQiIPlON1CUTN050Ti69ktLJm5rlpyC1jYXoQZ 09KSCVbflhfhBUsw4RtZx5Ob8BtxLqOAXnGSx40UiwR4fXOd+8rj/eQ9RnQUQK09zW PIItvAowx++VObNQUv4gm8S/a2oud5SSU3XyTWct/1SsrjzXzl5RebymP6iWFG6LRt IccG02BOOAsCU2JPM6Gd0mXRp50O49+PaYf7xcsEjWOK8jETs/dp4ze/iDvCPIQ1RY byXplkg5QKh+Q== X-Virus-Checked: Checked by ClamAV on apache.org yeah, I'm thinking /* * Figure out if our passed in proxy_conn_rec has a usable * address cached. * * TODO: Handle this much better...=20 * * XXX: If generic workers are ever address-reusable, we need=20 * to check host and port on the conn and be careful about * spilling the cached addr from the worker. */ if (!conn->hostname || !worker->s->is_address_reusable || worker->s->disablereuse || *worker->s->uds_path) { if (proxyname) { conn->hostname =3D apr_pstrdup(conn->pool, proxyname); conn->port =3D proxyport; isn't right... On Nov 18, 2013, at 3:43 PM, Jim Jagielski wrote: > Hmm... maybe a re-use issue? Let me look. >=20 > On Nov 18, 2013, at 3:36 PM, Jim Jagielski wrote: >=20 >> I can think or see anything in the actual request handling >> aspect that's any different from the original proposal, >> certainly nothing that would result in any sort of >> performance issue. >>=20 >> What MPM? Have you tried w/ 2.4.6? >>=20 >> On Nov 18, 2013, at 2:39 PM, Daniel Ruggeri = wrote: >>=20 >>> And... this is a bit discouraging, but as a comparison to the older = UDS >>> patch.... >>> 2.4.6 + original UDS patch: >>> Requests/sec: 5347.17 >>> Requests/sec: 5102.16 >>> Requests/sec: 5074.15 >>>=20 >>> This is a sizable difference... Note that the current 2.4 backport >>> proposal was applied to 2.4.6 since that is what I tested the = original >>> patch with (to keep everything apples to apples). >>>=20 >>> I'll jump in to take a look at this when time is available (next = week?) >>> but would like to fish for any immediate thoughts in the mean time. >>>=20 >>> -- >>> Daniel Ruggeri >>>=20 >>> On 11/18/2013 1:11 PM, Daniel Ruggeri wrote: >>>> Oops - I copypasta'd the per-thread stats. Total stats for the test = follow: >>>> httpd: >>>> Requests/sec: 4633.17 >>>> Requests/sec: 4664.49 >>>> Requests/sec: 4657.63 >>>>=20 >>>> nginx: >>>> Requests/sec: 5701.16 >>>> Requests/sec: 5798.08 >>>> Requests/sec: 5584.60 >>>=20 >>=20 >=20