View Single Post
Old 09-24-2010, 05:29 PM  
mrsmut
Confirmed User
 
Join Date: Apr 2003
Posts: 121
Quote:
Originally Posted by cfoxs30 View Post
Also if you look the cgi file https://www.epassporte.com/secure/statement.cgi .. that make NO QUERY at all to any other server !!
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?
mrsmut is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote