Thanks all for your help and explanations.
So we will try to find the best value >0 for connectionTimeout in our application.

Best regards,
Yann

Rémy Maucherat a écrit :
On Tue, Mar 31, 2009 at 2:40 PM, yann grostete
<yann.grost...@alcatel-lucent.fr> wrote:
-with connectionTimeout="0", the process tomcat uses a huge percentage
of CPU, even if there is no traffic.
but we doesn't observe any problem and the response time is good.

Please use a timeout value > 0. Allowing 0 is a (minor) bug, as it
enables non blocking mode on the socket. Also, no timeout (< 0) is
asking for trouble.

Rémy

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




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

Reply via email to