[zeromq-dev] Java to C++: junk appended to message?

Martin Sustrik sustrik at 250bpm.com
Mon Aug 30 21:06:45 CEST 2010


On 08/30/2010 08:52 PM, Pieter Hintjens wrote:

> Not modifying.  Allocating 1 extra byte invisibly, and sticking a
> null in it...

I would be careful here. Message modification doesn't play well with 
zero copy. Every change hits the whole stack rather than well delimited 
bit in the codebase.

Martin



More information about the zeromq-dev mailing list