When a request comes in does apache wait till the whole request body comes
from the client then forward it to tomcat or apache forward the request as
soon as it receives the request header while the client is still
transferring the request body?  
I ask this because we have EOFException from the tomcat side from time to
time when the client side applet try to send an object over the
URLConnection.  And tomcat raises this exception around 5 mins later after
it got the request.  Timeout in httpd.conf is set to 300 secs.  So my theory
is that apache closes its connection to client after timeout is reached and
then raises the EOFException at the tomcat side.  But my theory is invalid
if apache forwards the request after it receive everything from the client.

Thanks,
Michael

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to