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 <[email protected]> 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

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to