On Thu, 18 Apr 2002, Stas Bekman wrote: > Are these functions: > > ap_hard_timeout(); > ap_kill_timeout(); > > simply to be removed when porting from 1.x to 2.x? httpd-dev didn't > answer my question, I'm not sure what's the right thing to do. I've > compared mod_cgi from 1.x and 2.x, and it looks like these functions are > simply gone. what has replaced this functionality?
yes, the are gone. there is no replacement because 2.0 uses non-blocking i/o. as a side-effect of this change, 2.0 no longer uses SIGALRM, which know has caused conflicts in 1.xx. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
