The java logger didn't have to request znc to send the last message again
if it fails to save an IRC message into lucene.
If java IRC msg logger fails to save IRC messages into lucene, it just
retries until it is successfully saved, so it is unresponsive until it
saves an IRC message into lucene.
This design is simple, works well, and fails better and predictably.


On Sun, Dec 30, 2012 at 5:45 AM, Pieter Hintjens <[email protected]> wrote:

> Use push/pull instead of pub/sub, and use router/dealer to do the
> external dialog; handshake each message. req/rep will break too
> easily.
>
> -Pieter
>
> On Sat, Dec 29, 2012 at 11:35 AM, crocket <[email protected]> wrote:
> > The flow design is attached to this message.
> >
> > Is it a viable design?
> >
> > _______________________________________________
> > zeromq-dev mailing list
> > [email protected]
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to