Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Sun, 25 Mar 2001 17:13:50 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: setup will have to wait :[ Message-ID: <20010325171350.A30186@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <001b01c0b397$2d1ca720$0200a8c0 AT lifelesswks> <1783665564 DOT 20010323155742 AT logos-m DOT ru> <000501c0b3e9$7fa3d890$0200a8c0 AT lifelesswks> <183264218826 DOT 20010325190658 AT logos-m DOT ru> <005b01c0b575$112ff2d0$0200a8c0 AT lifelesswks> <20010325165305 DOT A32188 AT redhat DOT com> <010c01c0b576$a93cdb00$0200a8c0 AT lifelesswks> <20010325170638 DOT A897 AT redhat DOT com> <012801c0b577$f8663f40$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <012801c0b577$f8663f40$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Mon, Mar 26, 2001 at 08:07:22AM +1000 On Mon, Mar 26, 2001 at 08:07:22AM +1000, Robert Collins wrote: >Didn't you and Corinna have huge problems with pipes on win95? If so I'd >rather create a round wheel. Egor is suggesting the fifo's are many >writers to many readers, with no cohesion.. I don't think that's the >same as anonymous pipes... The only problem that I'm aware of is that PeekNamedPipe doesn't recognize eof on a pipe in Windows 9x. PeekNamedPipe works on anonymous pipes in the Win32 API so we use that in select.cc. cgf