On Mon, Nov 14, 2011 at 8:39 AM, Chuck Remes <[email protected]> wrote:
> You should take a look at the 'titanic pattern' in the 0mq guide [1]. It is > probably your best bet for reliably queueing data across your system, > handling crashes, restarts, etc. Improvements to the pattern are welcome. Titanic is one solution for reliable request-reply. If you need reliable pub-sub, check out the Clone pattern. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
