[zeromq-dev] Bidirectional Async Over TCP Without Multiple Binds
Jake
jake.cobb at gmail.com
Wed Feb 14 20:17:27 CET 2018
Isn't ROUTER-DEALER load balancing though? I've used it in a
REQ-ROUTER-DEALER-REP set up
but in that case the REQ -> ROUTER send does not target a particular
handler on the other side, it
just goes to an arbitrary one and the ROUTER makes sure the reply goes back
to the original sender.
How would my sender (an A node) target a particular B node to receive a
message?
-Jake
On Wed, Feb 14, 2018 at 12:34 PM, Justin Azoff <justin.azoff at gmail.com>
wrote:
> On Wed, Feb 14, 2018 at 12:28 PM, Patrik VV. <paddor at gmail.com> wrote:
> > Hi
> >
> > Not sure why Justin suggested using a ROUTER-Socket on each side.
>
> Ah yes, I misread the original message. For "one-to-many" you would
> use router-dealer. router+router would be more for many-to-many where
> each node runs the same code and there is no obvious master node.
>
>
> --
> - Justin
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20180214/5184818f/attachment.htm>
More information about the zeromq-dev
mailing list