Thanks Pieter. I still wonder what kind of use case may need it.

Le 28/05/2013 12:00, [email protected] a écrit :
Message: 1
Date: Mon, 27 May 2013 12:00:17 +0200
From: Pieter Hintjens <[email protected]>
Subject: Re: [zeromq-dev] zmq_msg_move between processes ?
To: ZeroMQ development list <[email protected]>
Message-ID:
        <CADL5_sh_g24Nf+NJJCFFJ3G2B-0=zYdbR594=hrbp-ijkyd...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

No, zmq_msg_move is for manipulation of zmq_msg objects within one
thread. You want to use zmq_msg_send and zmq_msg_recv to move messages
between processes.

On Fri, May 24, 2013 at 4:53 PM, Laurent Alebarde <[email protected]> wrote:
Hi all,

Is it possible to move messages between processes with zmq_msg_move, or does
it has restrictions ? Which ones please ?

Regards,

Laurent.

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


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

Reply via email to