On Thu, 26 Aug 2010 18:49:12 +0000 (UTC)
Bob <spoon.reloa...@gmail.com> 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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to