On 11/04/2011 09:16 AM, OZAWA Tsuyoshi wrote:
> In other words, if a process crashes after returning the 0MQ-blocking > send/recv ops, may messages in the failed process be lost? Yes. If an application crashes, messages in its buffers are lost. > If the answer is positive, how can I handle it? Storing the messages in a database/file? There are multiple reliability patterns in the guide to check. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
