> From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com]
> Subject: Re: CPU usage with APR and connectionTimeout impact
> 
> I think a seperate overview of attributes per connector would be
> clearer.

Strongly agree with that.  Patches?

> The HTTP connectionTimeout description states:
> 
> - The number of milliseconds this *Connector* will wait, after
> accepting a connection, for the request URI line to be presented.
> The default value is 60000 (i.e. 60 seconds).
> 
> '0' is not explicitly defined as a special value.

For the Java connectors, the connectionTimeout value is used in 
Socket.setSoTimeout(), where the API doc states "A timeout of zero is 
interpreted as an infinite timeout."  Looks like the APR implementation may 
well interpret zero somewhat differently, resulting in a CPU overheating test...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to