[zeromq-dev] select on windows?
Martin Sustrik
sustrik at 250bpm.com
Sun Jan 22 01:36:38 CET 2012
On 21/01/12 10:08, john skaller wrote:
> Unfortunately, whilst I can run Vista on my Mac, I don't have any development tools.
> (And I'm not going to download them using wireless internet which is all I can use
> at the moment;)
>
> If anyone wants to look at this problem, Felix has support for Windows I/O completion
> ports . Also Solaris I/O completion ports. I believe it works, though I can't test it, and it
> may not be a good match for ZeroMQ.
>
> Felix uses an "object oriented" notification system called "demux" for some
> obscure reason.There's a bunch of files here:
>
> http://felix-lang.org/$//home/skaller/felix/src/demux/win
The whole IOCP thing was discussed several times on the mailing list.
AFAIU the problem is that nobody have yet come with a consistent way of
mapping IOCP to select-style or even epoll-like polling.
If the idea was clear, the implementation would be more or less trivial.
I haven't been engaged much in the discussion, so I may be wrong here...
Martin
More information about the zeromq-dev
mailing list