> From: Pierre Goupil [mailto:goupilpie...@gmail.com]
> Subject: Re: Does user's network connection speed affect "response
> time" loggedby AccessLogValve (i.e. "%D") ?
> 
> Does it mean that network connection speed effectively
> affect the response time logged by the AccessLogValve ?

In a word yes, but only for large transfers.  If the servlet has to wait for 
more input from the client, that will count; if the output cannot be sent 
immediately due to congestion or the client not ACK'ing the transfers, that can 
also delay the servlet.  Whether or not such conditions could occur depend 
mostly on what and how much you're receiving and sending.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to