Re: Sending intermediate response for a long running cgi script

2009-01-27 Thread Sean Davis
On Tue, Jan 27, 2009 at 12:56 AM, Tim Bowden tim.bow...@mapforge.com.auwrote: I've got a cgi script that will on occasion run for some time (exactly how long I'm not sure yet...) and I'd like to return a processing please wait type response to the web client if/when a certain time limit has

Sending intermediate response for a long running cgi script

2009-01-26 Thread Tim Bowden
I've got a cgi script that will on occasion run for some time (exactly how long I'm not sure yet...) and I'd like to return a processing please wait type response to the web client if/when a certain time limit has passed, then have the final result sent back when the processing is finished. I'm a