On 03/02/2012, at 5:33 AM, MinRK wrote:

> 
> message-container:
> a zmq_msg_t object
> 
> This I think is exactly the point of confusion I would like to address.  
> zmq_msg_t *does not* contain a message, it contains a message *fragment*.

You're right. My bad!

> A Message is the information contained in a collection of (one or more) 
> zmq_msg_t objects linked by SND/RCV_MORE.  

It can be. But actually that isn't so in the Felix binding, only one zmq_msg_t 
object is used 
at a time, the fragments are lifted out put into a list or array or strings.
[Not very efficient but it will do for the moment :]


--
john skaller
skal...@users.sourceforge.net




_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to