[zeromq-dev] Multiple Router/Dealer
Goswin von Brederlow
goswin-v-b at web.de
Mon Sep 15 08:18:10 CEST 2014
On Fri, Sep 12, 2014 at 11:49:03AM -0700, Mohit Anchlia wrote:
> For my testing I've built a client (req) <-> router <-> dealer <-> worker
> (rep). I currently have multiple clients and workers, however I am trying
> to figure out how I can have multiple router/dealers. Is there a way to
> make router/dealers multi-threaded?
One socket, one thread. If you really need multithreaded then you need
multiple router/dealer sockets.
MfG
Goswin
More information about the zeromq-dev
mailing list