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
wrote:
-with connectionTimeout="0", the process tomcat uses a huge perc
On Tue, Mar 31, 2009 at 2:40 PM, yann grostete
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
> 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
On Thu, Apr 2, 2009 at 3:37 PM, Taylan Develioglu
wrote:
>
> I think a seperate overview of attributes per connector would be clearer.
>
+1
Somebody got some time to change it in the TC trunk and cis able to
reate a bugzilla-RFE with a patch?
Any volunteers welcome ;)
Rgds
Gregor
--
just beca
ess.
Caldarale, Charles R wrote:
>> From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com]
>> Subject: Re: CPU usage with APR and connectionTimeout impact
>>
>> according to the documentation there exists no connectionTimeout
>> attribute for the apr connector.
>>
Hello,
The parameters connectionTimeout and keepAliveTimeout are not on the APR
side. They are attributes of AJP and HTTP connectors.
Setting the value to 0 means no timeout (according to some mail exchange
I found in tomcat mailing list).
No timeout is default value of this attribute.
My que
> From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com]
> Subject: Re: CPU usage with APR and connectionTimeout impact
>
> according to the documentation there exists no connectionTimeout
> attribute for the apr connector.
Which documentation is that? Note that the HTTP conne
Funny,
according to the documentation there exists no connectionTimeout
attribute for the apr connector.
Setting the value to '0' could mean all sorts of behavior, no way to
know for sure short of checking the code. (it could mean the connector
will not wait for the uri line at all)
I can't co
Hello,
In my project, we are using Tomcat 6.0.18, with APR 1.2.12 and tc native
1.1.14 on an Redhat OS (Linux kernel 2.6.18).
There is a behavior that I can't explain:
-with connectionTimeout="0", the process tomcat uses a huge percentage
of CPU, even if there is no traffic.
but we doesn't obs