----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2003 2:00 PM
Subject: cvs commit:
jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5
CoyoteConnector.java


> 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.

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to