An asynchronous message-passing distributed algorithm for the global critical section problem
Sayaka Kamei, Hirotsugu Kakugawa

TL;DR
This paper introduces an asynchronous distributed algorithm for the global (l,k)-CS problem, ensuring controlled concurrent access with efficient message complexity in message-passing systems.
Contribution
It presents a novel composition-based distributed solution for the global (l,k)-CS problem in asynchronous message-passing models, with optimized message complexity.
Findings
Message complexity is O(|Q|), typically sqrt(n).
The algorithm effectively controls the number of processes in the critical section.
Versatile composition method for l-mutual inclusion and k-mutual exclusion.
Abstract
This paper considers the global -CS problem which is the problem of controlling the system in such a way that, at least and at most processes must be in the CS at a time in the network. In this paper, a distributed solution is proposed in the asynchronous message-passing model. Our solution is a versatile composition method of algorithms for -mutual inclusion and -mutual exclusion. Its message complexity is , where is the maximum size for the quorum of a coterie used by the algorithm, which is typically .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Optimization and Search Problems · Parallel Computing and Optimization Techniques
