Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Tue, 17 Oct 2000 12:20:25 -0400
To: Cygwin mailing list <Cygwin@sources.redhat.com>
Subject: Re: Polled IO under Cygwin?
Message-ID: <20001017122025.F9581@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: Cygwin mailing list <Cygwin@sources.redhat.com>
References: <000c01c03852$3bc25880$21c9ca95@mow.siemens.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.6i
In-Reply-To: <000c01c03852$3bc25880$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Tue, Oct 17, 2000 at 07:52:20PM +0400

On Tue, Oct 17, 2000 at 07:52:20PM +0400, Andrej Borsenkow wrote:
>I've heard rumors, that select does not work reliably under Cygwin.
>Specifically, I need to avoid busy loop on reading from tty (that gives awful
>performance on Cygwin. I wonder why it behaves more or less good under Unix).

I don't know what you mean by a "busy loop" but I haven't heard any reports
that select works less than reliably.

Due to severe Windows limitations, some of the select operations do rely
on polling loops.  This includes selects on ttys and consoles.

>What is experience in using select (or poll) under Cygwin?

FWIW, gdb uses both with no problems.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

