On Sun, Oct 21, 2012 at 6:16 AM, Merijn Verstraaten
<[email protected]> wrote:

> Have a broker with a ROUTER and PULL socket, clients connect to the ROUTER 
> and for every client I start a lightweight thread with a SUB and PUSH 
> (connected to the broker's PULL) socket, the threads read from the SUB and 
> write to the PUSH. The broker then simply forwards every message from the 
> PULL socket to the ROUTER.

The SUB socket connects to a PUB in the router?

> Does this type of design make sense? Would anyone approach this differently?

It does seem to make sense, but it's complex enough to deserve a few pictures.

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

Reply via email to