[zeromq-dev] libev and ZMQ
Arun Athrey Chandrasekaran
achandr8 at ncsu.edu
Thu Feb 25 19:35:41 CET 2021
Hi all,
Are there any gotchas w.r.t using libev with ZMQ? I want to use
ZMQ to receive and send messages from/to another process and instead of a
ZMQ server in an infinite loop listening for incoming requests, I want to
use libev to look for socket activity. What I have found out so far is that
even when there is no real socket activity, I still get "ghost" callbacks
from libev. I tried updating the ZMQ_EVENTS on both client and server sides
after ZMQ recv and send but that did not help.
Thanks,
*Arun*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20210225/d5581f1a/attachment.htm>
More information about the zeromq-dev
mailing list