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 wrote: > 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

Re: Sending intermediate response for a long running cgi script

2009-01-27 Thread Peter Scott
On Tue, 27 Jan 2009 14:56:39 +0900, Tim Bowden wrote: > 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