[zeromq-dev] Confusion in the parallel pipe example
Pritesh Acharya
priteshacharya at gmail.com
Tue Apr 9 09:56:56 CEST 2013
In the parallel pipe example,
zmq_bind (sender, "tcp://*:5557");
zmq_connect (sink, "tcp://localhost:5558");
and s_send (sink, "0");
s_send (sender, string);
how does the control continues in the first s_send and block on the second
s_send, when I haven't started sink on 5558 port.
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130409/bd58bc33/attachment.htm>
More information about the zeromq-dev
mailing list