On 03/18/2010 09:27 PM, Anthony J. Biacco wrote:

Is there something in the new code that is just making things more
sensitive on the mod_jk side, which is why this never showed up in .28?


Yes it is. Although your particular uses case should be
shown in earlier versions as well. At least there should
be long client read delay.
However pre .30 versions would just go on, which could lead
that next request is treated as previous client POST data,
ending up in showing the requested data from the previous
client to the new request (pretty bad).

I'd suggest that you solve the reason why
ajp_read_fully_from_server (which calls httpd's ap_get_client_block)
takes 5 minutes to complete.


Regards
--
^TM

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

Reply via email to