[zeromq-dev] zeromq with libev not working
Hameed, Harish O
harish.hameed at in.verizon.com
Tue Dec 11 18:59:00 CET 2012
I read the thread and it talks about inter process communication which works fine for me. I was referring to in proc communication. I couldn't make it work for inter thread communication(inproc) with just libev and epoll. I had to use zmq_poll to make it work.
-Harish
From: Charles Remes [mailto:lists at chuckremes.com]
Sent: Tuesday, December 11, 2012 9:59 PM
To: ZeroMQ development list
Subject: Re: [zeromq-dev] zeromq with libev not working
Zeromq and libev work just fine together. There was a thread on this from yesterday. Please check the mailing list archives where there is lots of discussion on this topic.
On Dec 11, 2012, at 8:04 AM, "Hameed, Harish O" <harish.hameed at in.verizon.com<mailto:harish.hameed at in.verizon.com>> wrote:
Hi,
We are trying to use zeromq for inter thread communications (inproc). We are using libev/epoll for event dispatching. For some reason, events are not delivered using epoll. We have to use zeromq_poll to get this working. Currently we got it working by calling zmq_poll from idle and busy callbacks from libev.
It will be great if someone could tell us why epoll is not able deliver any event.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121211/0ec5b808/attachment.htm>
More information about the zeromq-dev
mailing list