[zeromq-dev] is this supposed to work?

Andrew Hume andrew at research.att.com
Thu Apr 14 18:37:39 CEST 2011


can i send a message multiple times safely?

that is, will

	zmq_msg_init
	zmq_recv(s1)
	zmq_send(s2)
	zmq_send(s3)
	zmq_msg_close

(all with teh same message) work in the obvious way?
that is, the message gets safely sent on sockets s2 and s3
before anything gets deallocated.
(it certainly didn't in the past at some point.)


------------------
Andrew Hume  (best -> Telework) +1 623-551-2845
andrew at research.att.com  (Work) +1 973-236-2014
AT&T Labs - Research; member of USENIX and LOPSA




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110414/98d9415a/attachment.htm>


More information about the zeromq-dev mailing list