You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2002/05/20 23:57:04 UTC

Re: are ap_hard_timeout and friends are gone from httpd API ?

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: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org