This is the mail archive of the cygwin@sources.redhat.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]

Re: Polled IO under Cygwin?


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


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