You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Farag, Hany M (Hany)" <hf...@lucent.com> on 2001/09/10 19:11:24 UTC

ap_kill_timeout(),ap_hard_time_out() (1.3) = 2.0 ??

Hi,
are there a similar functions to the following in
2.0(ap_kill_timeout(),ap_hard_time_out())?

Thanks
Hany

Re: ap_kill_timeout(),ap_hard_time_out() (1.3) = 2.0 ??

Posted by Bill Stoddard <bi...@wstoddard.com>.
> On Monday 10 September 2001 10:11, Farag, Hany M (Hany) wrote:
> 
> No.  those functions were useful in 1.3, because we used SIGALRM to
> deal with timeouts.  In 2.0, we use the timeout that we pass to the I/O
> functions to expire a function call.  There is no way to cancel those
> timeouts.
> 
Nor is there a need to cancel those timeouts.

> Ryan
> 
> > Hi,
> > are there a similar functions to the following in
> > 2.0(ap_kill_timeout(),ap_hard_time_out())?
> >
> > Thanks
> > Hany
> 
> -- 
> 
> ______________________________________________________________
> Ryan Bloom rbb@apache.org
> Covalent Technologies rbb@covalent.net
> --------------------------------------------------------------
> 


Re: ap_kill_timeout(),ap_hard_time_out() (1.3) = 2.0 ??

Posted by Ryan Bloom <rb...@covalent.net>.
On Monday 10 September 2001 10:11, Farag, Hany M (Hany) wrote:

No.  those functions were useful in 1.3, because we used SIGALRM to
deal with timeouts.  In 2.0, we use the timeout that we pass to the I/O
functions to expire a function call.  There is no way to cancel those
timeouts.

Ryan

> Hi,
> are there a similar functions to the following in
> 2.0(ap_kill_timeout(),ap_hard_time_out())?
>
> Thanks
> Hany

-- 

______________________________________________________________
Ryan Bloom				rbb@apache.org
Covalent Technologies			rbb@covalent.net
--------------------------------------------------------------