flâneur — a map of the web's best reading

Message Passing - Documentation

aeron.io · 299 words · saved by 1 readers

Guide to Aeron Transport, Aeron Archive and Aeron Cluster with samples and usage guidance

Message Passing Distributed systems tend to be built either with synchronous remote procedure calls or using fully asynchronous message passing. The message passing approach offers a number of benefits: systems can be more cleanly composed; it is simpler to construct a system out of loosely coupled components which operate asynchronously than it is to build a system in which every component must be running and responsive for the system to function correctly. message passing based designs can offer location transparency. If the primary component for processing a message fails, then a backup com

Explore this link on the map →

related reading