[zeromq-dev] Some question about blocking send/recv

Martin Sustrik sustrik at 250bpm.com
Fri Nov 4 10:11:34 CET 2011


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



More information about the zeromq-dev mailing list