[zeromq-dev] zmq_poll() very slow on Windows

Radek Svoboda radek.svoboda at gmail.com
Mon May 29 12:33:29 CEST 2017


Hi,

Calling zmq_poll() just on single ZMQ socket, which is already in signaled
state, takes about 2 msec on Windows 10 (libzmq 4.2.2). The same call is
very fast (few microseconds) on Linux.

Is this an expected limitation of Windows implementation of zmq_poll()? Any
tips how to improve the speed? The zmq_poll() is the part of my processing
loop and spending 2 msec on each (almost always signaled) query limits the
throughput to just 500 queries per second!

Thank you
Radek Svoboda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20170529/6e551485/attachment.htm>


More information about the zeromq-dev mailing list