Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 47643 invoked from network); 26 May 2005 21:55:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2005 21:55:29 -0000 Received: (qmail 4723 invoked by uid 500); 26 May 2005 21:55:22 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 4673 invoked by uid 500); 26 May 2005 21:55:22 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 4659 invoked by uid 99); 26 May 2005 21:55:22 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 26 May 2005 14:55:21 -0700 Received: (qmail 47574 invoked from network); 26 May 2005 21:55:20 -0000 Received: from localhost.hyperreal.org (HELO ?127.0.0.1?) (127.0.0.1) by localhost.hyperreal.org with SMTP; 26 May 2005 21:55:20 -0000 Message-ID: <429645C8.7000503@apache.org> Date: Thu, 26 May 2005 23:55:20 +0200 From: Remy Maucherat User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java References: <20050526183450.61487.qmail@minotaur.apache.org> In-Reply-To: <20050526183450.61487.qmail@minotaur.apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mturk@apache.org wrote: > mturk 2005/05/26 11:34:50 > > Modified: util/java/org/apache/tomcat/util/net AprEndpoint.java > Log: > Set TCP_DEFER_ACCEPT socket option. This dramatically improves > performance on linux by more then 20% for small files because the > accept is not fired untill data is present. It doesn't change anything for me performance wise. It seems to add some robustness, so it doesn't need to be configurable. R�my --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org