[zeromq-dev] locale communication with REQ-REP Pattern

Ian Barber ian.barber at gmail.com
Fri Dec 7 20:49:53 CET 2012


On Wed, Dec 5, 2012 at 1:21 PM, Martin Hua <M.Hua at gmx.de> wrote:

>
> Ah, ok. If it is possible and ok, then I like to know some details about
> REQ-REP,
> how its all handled inside zmq.


Each connection is assigned an identity by the REP part, and the current
identity is stored when the application level recv() is called. When a
message is send(), it is pushed to the connection with the matching
identity. The REQ doesn't do anything clever.

Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121207/13959c3b/attachment.htm>


More information about the zeromq-dev mailing list