Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FCD5D9AD for ; Mon, 12 Nov 2012 19:32:47 +0000 (UTC) Received: (qmail 47665 invoked by uid 500); 12 Nov 2012 19:32:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 47475 invoked by uid 500); 12 Nov 2012 19:32:44 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 47466 invoked by uid 99); 12 Nov 2012 19:32:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 19:32:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.96.62.96] (HELO qmta09.westchester.pa.mail.comcast.net) (76.96.62.96) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 19:32:38 +0000 Received: from omta01.westchester.pa.mail.comcast.net ([76.96.62.11]) by qmta09.westchester.pa.mail.comcast.net with comcast id NcH71k00A0EZKEL59jYGGH; Mon, 12 Nov 2012 19:32:16 +0000 Received: from Christophers-MacBook-Pro.local ([69.143.109.145]) by omta01.westchester.pa.mail.comcast.net with comcast id NjYE1k00S38FjT13MjYFz8; Mon, 12 Nov 2012 19:32:16 +0000 Message-ID: <50A14EBF.3060305@christopherschultz.net> Date: Mon, 12 Nov 2012 14:32:15 -0500 From: Christopher Schultz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT References: <509D5C66.2070104@christopherschultz.net> <509DDD9A.2000903@apache.org> <7BF5BBFC28694289AE6E79DE7249715D@HP6910P> In-Reply-To: <7BF5BBFC28694289AE6E79DE7249715D@HP6910P> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Esmond, On 11/11/12 10:18 PM, Esmond Pitt wrote: > Asankha > > To reiterate what Christopher said, if you close the listening > socket because you think you can't service one extra client, you > will lose all the connections on the backlog queue, which could be > hundreds of clients, that you *can* service. > > In addition, those clients will then get exactly the behaviour that > you are complaining about: a successful connection and then a > 'connection reset' when doing I/O. +1 > Note also that you cannot know how long the backlog queue is, nor > how many clients are already in it. > > There is no possibility of this proposal being accepted. +1 - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlChTr8ACgkQ9CaO5/Lv0PArRgCfT6Hlmw1jIbTp/FmTXZFZp36p macAoJA4UkWcusLuq7KxZIelClXzlsm4 =v5Fd -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org