Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 83147 invoked from network); 6 Oct 2003 05:47:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Oct 2003 05:47:57 -0000 Received: (qmail 58364 invoked by uid 500); 6 Oct 2003 05:47:29 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 58164 invoked by uid 500); 6 Oct 2003 05:47:28 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 58151 invoked from network); 6 Oct 2003 05:47:28 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 6 Oct 2003 05:47:28 -0000 Received: (qmail 83108 invoked from network); 6 Oct 2003 05:47:49 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by localhost with SMTP; 6 Oct 2003 05:47:49 -0000 Message-ID: <3F8101F8.9030203@apache.org> Date: Mon, 06 Oct 2003 07:47:36 +0200 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java References: <20031005210038.64563.qmail@minotaur.apache.org> <000801c38b8d$fe960500$d2b32b04@dslverizon.net> In-Reply-To: <000801c38b8d$fe960500$d2b32b04@dslverizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bill Barker wrote: >>luehe 2003/10/05 14:00:38 >> >> Modified: catalina/src/share/org/apache/coyote/tomcat5 >> CoyoteConnector.java >> Log: >> Set the tcpNoDelay property on the underlying socket even if this >> property has not been set explicitly on CoyoteConnector (in which case >> the property of the underlying socket is set to TRUE, the default in >> CoyoteConnector). >> >> This restores the behaviour in earlier CoyoteConnector versions and >> fixes a huge performance degradation. > > > I'm -1 on this. There shouldn't be default properties set from the > Connector. If you want the default to be 'true', then change either default > it in the Http11Protocol, or change the current default value in > PoolTcpEndpoint. I completely agree with that. Remy --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org