On 12 Jul 2002 [EMAIL PROTECTED] wrote:

>   -        apr_file_pipe_timeout_set(p, 0);
>   +        // Only mess with the timeout if we are in a blocking state
>   +        //  otherwise we are already nonblocking so don't worry about it.
>   +        if (timeout < 0) {
>   +            apr_file_pipe_timeout_set(p, 0);
>   +        }

I'm totally confused by this.  So you're saying you want to have a timeout
in nonblocking mode?  How is that possible?  And why < and not > ?

--Cliff

Reply via email to