bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2] implement full-blown select(2) for winsock


From: Paolo Bonzini
Subject: Re: [PATCH v2] implement full-blown select(2) for winsock
Date: Wed, 01 Oct 2008 09:56:54 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

> No, please. I don`t need sockets. For communication with a subprocess, all
> I need is a pipe. Sockets would be an overkill for that.

I agree, but it seems like pipe WaitForSingleObject is broken.  You'd
need a thread polling with PeekNamedPipe, or a busy-waiting loop in the
main thread altogether.

Paolo




reply via email to

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