Re: Problem with non-blocking write to pipe

2002-10-13 Thread Takashima, Makoto
Hi, On 13 Oct 2002 08:47:08 -0400, [EMAIL PROTECTED] wrote: > > httpd-2.0.43/srclib/apr/file_io/unix/readwrite.c:apr_file_write() > > FYI... this discussion belongs on [EMAIL PROTECTED] the > srclib/apr tree in the httpd-2.0 directory are a copy of the APR > project cod

Re: Problem with non-blocking write to pipe

2002-10-13 Thread Jeff Trawick
"Takashima, Makoto" <[EMAIL PROTECTED]> writes: > Hi, > > I found a problem with non-blocking write to pipe. > > Current code (2.0.43) is as following. > > > httpd-2.0.43/srclib/apr/file_io/unix/readwrite.c:apr_file_write() FYI... t