NotNets: Accelerating Microservices by Bypassing the Network

Peter Alvaro,Matthew Adiletta,Adrian Cockroft,Frank Hady,Ramesh Illikkal,Esteban Ramos,James Tsai,Robert Soulé
2024-04-10
Abstract:Remote procedure calls are the workhorse of distributed systems. However, as software engineering trends, such as micro-services and serverless computing, push applications towards ever finer-grained decompositions, the overhead of RPC-based communication is becoming too great to bear. In this paper, we argue that point solutions that attempt to optimize one aspect of RPC logic are unlikely to mitigate these ballooning communication costs. Rather, we need a dramatic reappraisal of how we provide communication. Towards this end, we propose to emulate message-passing RPCs by sharing message payloads and metadata on CXL 3.0-backed far memory. We provide initial evidence of feasibility and analyze the expected benefits.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?