[zeromq-dev] How will Client pull updates in Mad Black Box Pattern?
Pieter Hintjens
ph at imatix.com
Wed Mar 12 16:55:04 CET 2014
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
<indradhanush.gupta at gmail.com> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list