Stephen Turner schrieb:
> That's pretty convincing. But isn't it possible to check very
> easily by writing a CGI script that deliberately takes a couple
> of seconds to complete? It would then be obvious whether it
> logged 200 or 2000.
It is possible and the result is: MILLISECONDS
The CGI script used this method to create a 2000 milliseconds delay:
t := GetTickCount;
repeat until GetTickCount>t+2000;
As you see in the log snippet below the processing time of the script was 2123
milliseconds.
#Fields: date time c-ip cs-username s-sitename cs-method cs-uri-stem cs-uri-query
sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version
cs(User-Agent)
1999-11-05 08:32:45 195.227.16.214 - W3SVC3 GET /cgi-bin/cgitest.exe - 200 0 273 292
2123 HTTP/1.0 Mozilla/4.07+[de]+(Win98;+I)
Guido
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------