[zeromq-dev] HWM behaviour & blocking

Pieter Hintjens ph at imatix.com
Tue May 15 22:12:24 CEST 2012


On Tue, May 15, 2012 at 2:54 PM, Viet Hoang (Quant Edge)
<viet.hoang at quant-edge.com> wrote:

> Messages are meant to send to workers, based on LRU. Yes, i will modify the MDP protocol. Should we have an update on MDP to support async sending & ack?

So yes, if you want to add support for batches, you'll want to add
this to the client protocol (MDP/C). It does not affect workers.

Standard approach is to fork the code and protocol spec, make your
changes, and then try to get others to help clean it up and adopt it.
(The protocol is GPL licensed for this reason.)

-Pieter



More information about the zeromq-dev mailing list