On Mon, Nov 21, 2011 at 11:15 PM, Tom Bennett
<[email protected]> wrote:

> There is however one problem. If the intermediary cache server crashes and
> restarts, I am not sure how I can recover it. There are several problems:

Well, there is a design for this: http://zguide.zeromq.org/page:all#toc97

It uses the Binary Star pattern to create a primary-secondary backup
pair of intermediate servers. As long as they don't both crash, you'll
be fine. (So, they must run on different boxes, at least.)

Downside: it is non-trivial.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to