[zeromq-dev] removing poller from zloop

Mohit Jaggi mohitjaggi at gmail.com
Sun Mar 23 19:47:36 CET 2014


Hi Folks,
I am wondering if removing a poller from a zloop works "instantaneously". I
suspect I am getting a message on *frontend* after calling (using JZMQ
binding)

loop.removePoller(new PollItem(frontend, 0));

Is it possible that some messages are in frontend queue when I remove it
from loop and they get "delivered" to my handler later? My code is based on
the load balancing pattern in Zguide which assumes that this never happens.

Mohit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20140323/c319bfec/attachment.htm>


More information about the zeromq-dev mailing list