Jim Jagielski wrote:
Makes no sense to me.
Yeah, the recommendation for people who are
hit by this is either (1) avoid AJP or (2)
set MaxRequestsPerChild (in httpd) to 1
See my reply about AJP13_END_RESPONSE reuse flag.
The Tomcat should be responsible for deciding
if the connection will be reused or not.
This flag is just like http keep-alive, but the
problem is that Tomcat does not take advantage of
this AJP protocol feature.
Further more closing the connection in mod_jk
would only make things worse, and will cause
half-closed connections in Tomcat unless you
set connectionTimeout, that OTOH requires
CPING/CPONG for load balancer to work, etc.
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]