[zeromq-dev] How one can benefit from having bound on multiple addresses?

Michi Henning michi at triodia.com
Tue Sep 24 22:31:33 CEST 2013


That's a truly useful in-a-nutshell summary. I would strongly recommend to put that in the guide!

Michi.


On 24/09/2013, at 22:11 , Pieter Hintjens <ph at imatix.com> wrote:

> The number of times you bind isn't relevant. Each bind allows peers to
> connect. The number of connections (on a single endpoint or multiple
> endpoints) affects how the socket pattern works. PUSH/DEALER will
> rotate messages out. PUB does multicast. SUB/PULL/DEALER rotates
> messages in. ROUTER rotates in, and uses addressed output. PAIR always
> sends to its unique peer, if any.
> 
> -Pieter




More information about the zeromq-dev mailing list