Quote:
Originally Posted by cfoxs30
|
You have no idea about programming.
You are not looking the cgi file, you are looking the execution results of the cgi file, an html document generated by the cgi program, you don't know if the cgi program queries or not other servers, you only see that the html doesn't contain links to other server.
A cgi program can connect to other server to retrieve any information, if it can't connect, there is a certain time until it stops trying to connect, that's called a 'timeout'.
For me it's completely plausible that some other server stops answering that cgi program, and the cgi program doesn't finish it's execution until the timeout happens, after that, an error message is displayed.
-Page loaded slow yesterday (that's a typical timeout)
-And gave an error message.
For me it seems fine, SKNA closed the connection, script gets timeout when connecting, delays execution and data can be delivered.
Sounds it ok?