[zeromq-dev] reusing messages
Andrew Hume
andrew at research.att.com
Mon Jan 10 15:48:53 CET 2011
is it okay to reuse messages? such as in
zmq_send(sock1, &msg);
zmq_send(sock2, &msg);
zmq_send(sock3, &msg);
zmq_msg_close(&msg);
(if it matters, this is C and 2.0.9.)
------------------
Andrew Hume (best -> Telework) +1 623-551-2845
andrew at research.att.com (Work) +1 none currently
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/20110110/73c8f592/attachment.htm>
More information about the zeromq-dev
mailing list