Okay I found the answer and it was not all that surprising. Seems the acces log 
time represent the time from when the client opens a socket to the Apache 
server to the time the last bit of the last byte is read then appache closes 
the connection.
I aw able to add a delay between the time the client opens the socket to the 
time the buffer is read on the client side and in the loop where the buffer is 
read on the client side and indeed the log recorded time changes for the same 
file requested. I am assuming the file (image file) is stored in cache thus the 
log does not reflect much time spent in the Apache server doing processing.

Regards,
-Tony


--- On Thu, 7/24/08, Tony Anecito <[EMAIL PROTECTED]> wrote:

> From: Tony Anecito <[EMAIL PROTECTED]>
> Subject: [EMAIL PROTECTED] IMPORTANT Apache Web Access log question...
> To: users@httpd.apache.org
> Date: Thursday, July 24, 2008, 10:06 AM
> Hi All,
> 
> Does the apache web log refect the time it takes between
> sending the first bit of the first byte of data to the last
> bit of the last byte of data?
> 
> Or does it reflect the time bewtween opening a socket
> opening and the client commanding the socket be closed?
> 
> The distinction is very important.
> 
> Thanks,
> -Tony
> 
> 
>       
> 
> ---------------------------------------------------------------------
> 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]


      

---------------------------------------------------------------------
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