Technical Report: Asymmetric Mutual Exclusion for RDMA

Jacob Nelson-Slivon,Lewis Tseng,Roberto Palmieri
DOI: https://doi.org/10.48550/arXiv.2208.09540
2022-08-20
Abstract:Coordinating concurrent access to a shared resource using mutual exclusion is a fundamental problem in computation. In this paper, we present a novel approach to mutual exclusion designed specifically for distributed systems leveraging a popular network communication technology, remote direct memory access (RDMA). Our approach enables local processes to avoid using RDMA operations entirely, limits the number of RDMA operations required by remote processes, and guarantees both starvation-freedom and fairness.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?