> What if you want to explicitly zap the KeepAlives but not terminate 
> the child. Example -- http chat scripts. Basically it amounts to 
> having KeepAlives off for the particular script but on for everything 
> else. How does one accomplish this.

$r->header_out(Connection => 'close');

L8r,
Rob

Reply via email to