[zeromq-dev] I designed a zeromq flow for IRC Logging.
crocket
crockabiscuit at gmail.com
Sun Dec 30 03:14:12 CET 2012
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 <ph at imatix.com> 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 <crockabiscuit at gmail.com> wrote:
> > The flow design is attached to this message.
> >
> > Is it a viable design?
> >
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121230/560f5d6b/attachment.htm>
More information about the zeromq-dev
mailing list