Putnam, Denis (Contractor) wrote:
> Can anyone tell me how to send an http response back to the browser
> before i complete my output buffer on a long running query. I need to
> do this to keep the browser from timing out.
If you need to do this, then you need to do it manually. First set the
header_type to 'none', then print your own http headers, and then periodically
print a null byte to the client.
--
Michael Peters
Developer
Plus Three, LP
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/cgiapp@xxxxxxxxxxxxxxxxx/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx
|