[zeromq-dev] can two forwarder devices share the same subscribe socket?

Ian Barber ian.barber at gmail.com
Mon Jan 24 22:26:00 CET 2011


On Mon, Jan 24, 2011 at 9:22 PM, Michael Kogan
<mkogan at semanticresearch.com>wrote:

> Is it possible for 2 devices to be started with the same socket? I would
> think not, but would like to find out for certain.
>

They can connect, but you'll get a bind error if you try to bind to the same
socket twice, zmq_bind will chuck an EADDRINUSE.

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


More information about the zeromq-dev mailing list