[zeromq-dev] Newbie question about how zmq actually works
Fan Yang
iddmbr at gmail.com
Wed Mar 11 03:31:43 CET 2015
Hi,
I'm not sure about how zmq works asynchronously. Assume that I have two peers A and B. A has a PUSH socket and B has PULL. Then A connects to B.
What if A send some messages to B but B hasn't invoked recv() yet? Will the messages be first received by the zmq IO thread, and then presented when B starts to recv()?
Best Regards,
Fan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150311/6918b380/attachment.htm>
More information about the zeromq-dev
mailing list