in reply to what can delay the execution of a cgi script?
I'm assuming that if you have a slow internet connection that the webserver will buffer the output of the script until the client has received the content.It probably doesn't.
My question is: What can cause one browser/user/connection to take longer to execute a script than another?Either something related to hardware or software (disks are slow or you're doing too many things, infinite loop, ... or something).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: what can delay the execution of a cgi script?
by traxlog (Scribe) on May 24, 2005 at 13:44 UTC |