[zeromq-dev] Zero copy messages

2011-09-15 Thread Emmanuel TAUREL
Hello all, I am using ZMQ 3.0.x running on a Ubuntu 10.10 box (32 bits). I am using the PUB/SUB pattern. The publisher sends multipart messages. I am trying to use zero copy messages in the publisher side. The buffer I give to the zmq messages are statically allocated. They are data member of on

Re: [zeromq-dev] Zero copy messages

2011-09-15 Thread Martin Sustrik
Hi Emmanuel, > I am using ZMQ 3.0.x running on a Ubuntu 10.10 box (32 bits). > I am using the PUB/SUB pattern. The publisher sends multipart messages. > I am trying to use zero copy messages in the publisher side. > The buffer I give to the zmq messages are statically allocated. They are > data m