bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spam: Re: lossage due to non-blocking stderr


From: Larry Jones
Subject: Re: Spam: Re: lossage due to non-blocking stderr
Date: Tue, 24 Aug 2004 22:34:47 -0400 (EDT)

Mark D. Baushke writes:
> 
> Does anyone see any problems with this patch?

Only that mixing file descriptor operations (like select) with stdio is
best described as "here there be dragons".  It seems to me that it would
be a whole lot better to ensure that the file descriptors are in
blocking mode like stdio (and thus CVS) expects rather than trying to
fight to make them work in non-blocking mode.

-Larry Jones

He piqued my curiosity. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]