Problem: poller implementation of zmq_poll is slow
Solution: use it only if there is at least one thread-safe socket, which is not compatible with the older zmq_poll implementation.
Showing
Please
register
or
sign in
to comment
Solution: use it only if there is at least one thread-safe socket, which is not compatible with the older zmq_poll implementation.