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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to