Stas Bekman wrote:
as fixed in TestError::runtime we use APR::Status::is_EAGAIN on socket
timeout errors. This leads me to believe that
die "timed out, giving up: $@" if $@ == APR::Const::TIMEUP;
in TestProtocol::echo_timeout need to be fixed in the same way. No?
Answering my own question, the following happens:
nonblocking IO => is_EAGAIN
timeout(0) => is_EAGAIN
timeout(1) => TIMEUP
So timeout(0) is probably the same as setting a nonblocking IO.
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]