[zeromq-dev] MDP protocol, detecting dead workers
Michal Vyskocil
michal.vyskocil at gmail.com
Mon Feb 13 17:07:57 CET 2017
Hi,
You can take inspiration from malamute broker
https://github.com/zeromq/malamute
There clients pings server regularly. The same does MQTT (just it's a
server, who pings clients).
Sadly malamute is vulnerable to the same problem, that received service
request may get lost. Solution would be to let client to send a request
again after timeout, however wasn't yet implemented.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20170213/89a96055/attachment.htm>
More information about the zeromq-dev
mailing list