[zeromq-dev] I designed a zeromq flow for IRC Logging.
crocket
crockabiscuit at gmail.com
Sun Dec 30 02:55:42 CET 2012
I actually came up with the simplest design that would satisfy my needs
today.
Last night, my brain was too fucked up to figure it out.
I attached msgsend.cpp, msgrecv.cpp, and IRClogger.png which is the design.
>From the beginning, I wanted to drop messages that failed to be sent due to
network failures, unresponsive IRC msg logger, and full message queue.
The design in IRClogger.png satisfies my requirements.
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/809b19fd/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msgrecv.cpp
Type: text/x-c++src
Size: 492 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121230/809b19fd/attachment.cpp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msgsend.cpp
Type: text/x-c++src
Size: 893 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121230/809b19fd/attachment-0001.cpp>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IRClogger.png
Type: image/png
Size: 56775 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121230/809b19fd/attachment.png>
More information about the zeromq-dev
mailing list