John Murphy
unread,Sep 17, 2012, 11:22:21 AM9/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zer...@googlegroups.com
If I do PUB/SUB for example A publishes to B,C,D, the publisher sends 3 copies of the message across the wire. With PUSH/PULL where A pushes to B,C,D I assume only one copy of the message goes across the wire since only one of PULL sockets will receive the message. Is this assumption correct?