[zeromq-dev] On windows uses select() ?
Brad LaFountain
blafountain at gmail.com
Fri Feb 10 01:12:37 CET 2012
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 <i.nixman at gmail.com> wrote:
> Hm... High-performance server for Windows will not ...
>
> 2012/2/9 Joshua Foster <jhawk28 at gmail.com>:
> > 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
> >> zeromq-dev at lists.zeromq.org
> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120209/cf3124d4/attachment.htm>
More information about the zeromq-dev
mailing list