Polled IO under Cygwin?

Chris Faylor cgf@cygnus.com
Tue Oct 17 09:20:00 GMT 2000


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



More information about the Cygwin mailing list