[zeromq-dev] DEALER question

Alexandr Druzhnin drug2004 at bk.ru
Sat Jun 29 11:13:12 CEST 2013


29.06.2013 13:54, Pieter Hintjens пишет:
> Hi Alexandr,
>
> You're somewhat misunderstanding what "asynchronous" means in this
> case. It means you can send and receive messages without waiting.
> There are various strategies 0MQ uses to handle peers coming and
> going, but there's nothing to handle the case when all peers go away
> for extended periods of time.
>
> For this you have to build (or reuse, because there are 0MQ brokers
> that do this) some queuing that survives peers going away. For example
> the Majordomo broker lets clients send requests even when there are no
> workers to handle them.
>
> -Pieter
I see. Thank you for answer. I'll take a look at Majordomo. And thank 
you for your nice library!
Alexandr



More information about the zeromq-dev mailing list