On Thu, 26 Aug 2010 18:49:12 +0000 (UTC) Bob <[email protected]> wrote:
> I have a slow CGI script that processes data for 10 minutes before producing > output. You'll run into browser timeouts there too. Better to terminate the HTTP transaction with a "processing, please wait" page and a clientpull (refresh) to a results URL, which your script will generate in background. -- Nick Kew --------------------------------------------------------------------- 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]
