[zeromq-dev] Aeron messaging
Pieter Hintjens
ph at imatix.com
Wed Nov 19 10:58:18 CET 2014
Not sure about this. It looks like "we can do ZeroMQ better", and yet
they stay away from mentioning ZeroMQ as a competitor (as did Martin
in his Strange Loop talk). I mean, how can you say "open source high
performance messaging" and then use AMQP and JMS as your comparison
points?
Much of the argumentation for Aeron is straight from the ZeroMQ
playbook. "The best way to place Aeron in your mental matrix might be
as a message oriented replacement for TCP, with higher level services
written on top."
Also I'm confused as whether this is a layer 4 protocol or a Java
library. If it's a protocol, how does it compare to PGM or NORM?
On the other hand, the more choices for distributed systems the better.
On Wed, Nov 19, 2014 at 3:56 AM, Steven McCoy <steven.mccoy at miru.hk> wrote:
> From a developer from 29 West (LBM et al) and LMAX (Disruptor) previously
> creating Simple Binary Encoding (SBE) message encoding we now have the Aeron
> transport. I think they just need to add someone from Lockless Inc.
>
> *
> http://highscalability.com/blog/2014/11/17/aeron-do-we-really-need-another-messaging-system.html
>
> * https://github.com/real-logic/Aeron
>
> Not sure how it shapes up compared with QUIC, I presume better suited to
> smaller messages.
>
> I wonder if it would be better to have three independent threads running a
> non-super optimized transport than throw three at a single super speedy one.
>
> Looking forward to testing the C++ multicast implementation \:D/
>
> --
> Steve-o
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list