[zeromq-dev] is this allowed?

Pieter Hintjens ph at imatix.com
Thu Sep 20 11:46:28 CEST 2012


On Wed, Sep 19, 2012 at 3:15 PM, Andrew Hume <andrew at research.att.com> wrote:

> i have a situation where i sometimes store messages for a while before
> sending on.

That's fine. You can store a zmq_msg_t object for as long as you want.
You just have to respect its life-cycle (don't send twice, etc).

-Pieter



More information about the zeromq-dev mailing list