[zeromq-dev] ZMQ during OS reboot

Martin Sustrik sustrik at 250bpm.com
Mon Dec 6 10:18:07 CET 2010


Dannoy,

>     The main idea is to build reliable communication by using ZMQ.Maybe
> the model I use is wrong, can you give me any hints?

Use XREQ instead of REQ.

Send a request.

Wait for a reply with timout using zmq_poll.

It timeout happens. Resend the request.

HTH
Martin



More information about the zeromq-dev mailing list