All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Efficient Reliable UDP Unicast and IPC Message Transport with Aeron Repository

By

todsacerdoti

10mo ago· 2 min readenCode

Summary

Aeron is a repository offering efficient reliable UDP unicast, UDP multicast, and IPC message transport with clients in Java, C, C++, and .NET. It supports message exchange across machines or on the same machine via IPC, with the ability to record and replay message streams. Aeron Cluster provides fault-tolerant services based on the Raft consensus algorithm, focusing on high performance and throughput.

Key quotes

· 3 pulled
Java, C, and C++ clients are available in this repository, and a .NET client is available.
Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay.
Performance is the key focus.
Snippet from the RSS feed
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - aeron-io/aeron

You might also wanna read