On Thu, Feb 5, 2015 at 10:21 AM, Andreas Schultz <[email protected]> wrote:

> Doing multipart messages with an atomic, sendmsg like API, would be
> much simpler. The 0MQ library could convert the 0MQ socket API call
> into an real sendmsg call without having to copy the parts around.

Sure. Then we're just talking about framing, and copying costs.

So be clear, the problem for thread safety is not multipart framing on
the wire, it is the current multipart API.

The main problem for complexity is (IME) carrying the multipart
concept up to higher layers like brokers and APIs.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to