You can use any pattern that suits the type of update. PULL is one option if there is exactly one client. Otherwise, perhaps PUB from worker to SUB at client, if updates can be broadcast. If updates need handshaking, i.e. order placement and confirmation, then DEALER in worker and ROUTER in clients.
On Wed, Mar 12, 2014 at 3:50 PM, Indradhanush Gupta <[email protected]> wrote: > Hi, > > I have been reading about the Mad Black Box Pattern and intend to use it in > a project. But, when the subscriber thread passes messages to the worker > thread in the fast box, how will the client get updates? Will the client use > a PULL socket to get updates from the WORKER machines? > > Thanks, > -- > Indradhanush Gupta > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
