I looked into this also. I got it sort of working. Basically the trick is that IOCP doesn't just let you probe if there is data/connection or anything waiting. So for each connection you need to have something queued at all times. I just went looking for the code and it appears i lost it with a HD crash.
- brad On Thu, Feb 9, 2012 at 6:12 PM, niXman <[email protected]> wrote: > Hm... High-performance server for Windows will not ... > > 2012/2/9 Joshua Foster <[email protected]>: > > Correct. IOCP has been looked at a number of times, but no impl yet. 0MQ > just uses select() on Windows. It is why there is no IPC on the Windows > version. > > > > Joshua > > > > On Feb 9, 2012, at 10:28 AM, niXman wrote: > > > >> Hi, > >> > >> I read the ØMQ sources and could not find IOCP implementation for > >> Windows. Is it true that on Windows is used select() ? > >> > >> niXman. > >> _______________________________________________ > >> zeromq-dev mailing list > >> [email protected] > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
