Re: timing out

"Alexander J. Oss" <[email protected]> Wed, 7 Apr 2004 21:18:08 -0400
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <00e301c41d07$5ac011d0$11bffea9@puter>
I had such an application, where the database query took so long that the
browser timed out.  What I ended up doing was spawning a background process
on the server that repeatedly wrote out a status page, to which the CGI
application redirected the browser.  That status page had a refresh META tag
in it; and when the background process completed, the browser would refresh
to it.

----- Original Message ----- 
From: "Neeraj Korde" <[email protected]>
To: <[email protected]>
Sent: Tuesday, April 06, 2004 5:32 PM
Subject: [help-cgicc] timing out


Hi,
I am trying to make a web frontend to a database with cgicc. the problem
is that by the time the results arrive the connection has timed out. How
do i take care of this ?
It would be helpful if someone expanded on the tutorial section of the
doc.
Thanks,
Neeraj Korde
======================
Graduate Student
Mechanical Engineering
University of Michigan
======================


_______________________________________________
help-cgicc mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/help-cgicc