Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 21099 invoked from network); 21 May 2010 20:57:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 20:57:45 -0000 Received: (qmail 66420 invoked by uid 500); 21 May 2010 20:57:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 66403 invoked by uid 500); 21 May 2010 20:57:42 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 66340 invoked by uid 99); 21 May 2010 20:57:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 20:57:42 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of i.galic@brainsware.org designates 188.40.115.121 as permitted sender) Received: from [188.40.115.121] (HELO mail.brainsware.org) (188.40.115.121) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 20:57:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.brainsware.org (Postfix) with ESMTP id 2B2D31DE2A2 for ; Fri, 21 May 2010 20:57:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at brainsware.org Received: from mail.brainsware.org ([127.0.0.1]) by localhost (mail.brainsware.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EklVD0KmhyYo for ; Fri, 21 May 2010 20:57:11 +0000 (UTC) Received: from mail.brainsware.org (mail.brainsware.org [188.40.115.121]) by mail.brainsware.org (Postfix) with ESMTP id 070B31DE24C for ; Fri, 21 May 2010 20:57:11 +0000 (UTC) Date: Fri, 21 May 2010 20:57:10 +0000 (UTC) From: =?utf-8?Q?Igor_Gali=C4=87?= To: users@httpd.apache.org Message-ID: <1445269348.65.1274475430952.JavaMail.root@iris> In-Reply-To: <692196.83247.qm@web113604.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [195.72.132.1] X-Mailer: Zimbra 6.0.5_GA_2213.DEBIAN5_64 (ZimbraWebClient - FF3.0 ([unknown])/6.0.5_GA_2213.DEBIAN5_64) Subject: Re: [users@httpd] Connections hanging... ----- "Tony Anecito" wrote: > Hi All, >=20 > When load testing against a system that uses Apache we notice an > extra-ordinary issue where we had quite a few connections. While not > unexpected we were concerned. I ran a manual test against Apache and > discovered sometimes connections would last exactly 30 seconds when > closing them which turned out to be the same setting for WAIT_TIME for > tcpip settings in my windows registry. I noticed the connection issue > when closing connetions for IE 7. I also did not see the same issue > with=C2=A0the latest version of FireFox=C2=A0but then I suspect it does n= ot use > the WAIT_TIME setting to obtain faster disconnect times for tcpip > sockets? Depending on how a connection is closed (I suppose), WAIT_TIME is the state a socket connection will linger in, before the OS allows the port to be reused. > So I am not sure what the issue is if Apache is responding slowly to > socket disconnects. Performance wise when viewing pages this 30 > seconds is not visible to the user but I am concerned about socket > availability. Unless you have KeepAlive Off, and are planning to serve more than 30K connections concurrently, this shouldn't be an issue. > Thanks, > -Tony --=20 Igor Gali=C4=87 Tel: +43 (0) 699 122 96 338 Fax: +43(0) 1 91 333 41 Mail: i.galic@brainsware.org URL: http://brainsware.org/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org