[zeromq-dev] kqueue & epoll based zmq_poll
Martin Pales
m.pales at gmail.com
Tue Jun 7 20:51:47 CEST 2011
On Tue, Jun 7, 2011 at 6:44 PM, Pieter Hintjens <ph at imatix.com> wrote:
> ZeroMQ uses kqueue/epoll on systems that support it.
>
>
This is not completely correct. ZeroMQ uses advanced polling mechanisms like
kqueue/epoll/etc for internal poller implementation (for io threads) only.
For zmq_poll(), only select/poll based polling is available.
I plan to create a (solaris specific) /dev/poll and event ports based
zmq_poll() for one of my projects. I will provide a patch as soon as it's
finished and tested. It will take a couple of weeks till I get to it though.
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110607/fd9e68c9/attachment.htm>
More information about the zeromq-dev
mailing list