On Tue, May 15, 2012 at 2:54 PM, Viet Hoang (Quant Edge) <[email protected]> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
