You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by david <da...@daku.org> on 2007/04/17 02:03:57 UTC

[users@httpd] Extracting time of start of POST request

I'm trying to determine when a PUT request started.

I have a specialized protocol that is time sensitive.  I need to know 
when the browser's request initiation reached the server.  If the TCP 
connection was created for this PUT request, the time of connection 
creation would work just fine.

The problem occurs with a PUT request that transmits a very large 
file.  By the time my CGI scripts get control, a long time may have elapsed.

Is there a way to determine when the current TCP session was initiated?

Thanks

David


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org