This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] implementation of nonblocking writes on pipes


On Tue, Sep 07, 2004 at 03:51:48PM -0400, Bob Byrnes wrote:
>The following patch implements nonblocking writes on pipes.  Currently,
>pipes ignore the O_NONBLOCK flag for writing, and programs like sshd or
>rsync that use nonblocking I/O heavily can hang when writes unexpectedly
>block.

Before we start adding more patches which are based on your previous work,
could you reply to some of the problems raised in the cygwin mailing list?

There was one problem with Windows 95 which Corinna fixed but now there
is another problem with using rsync, which I thought was one of the impetuses
for your patch.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]