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/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
