mutual-exclusion-algorithm
There are 5 repositories under mutual-exclusion-algorithm topic.
DanielGunna/Roucariol-Distributed-Mutual-Exclusion
Implementation of Roucariol and Carvalho Distributed Mutual Exclusion Algorithm
chaitanya-basava/mutual_exclusion_algorithms
This repo contains the implementation of Roucairol and Carvalho’s distributed mutual exclusion algorithm.
ChandraKiranSaladi/Ricart-Agrawala-Mutex
Implementation of Ricart-Agrawala Distributed Mutual Exclusion algorithm with Roucairol-Carvalho Optimization. O.S.F. Carvalho and G. Roucairol. On Mutual Exclusion in Computer Networks (Technical Correspondence). Communications of the ACM, February 1983.
rpytel1/distributed-algorithms
Repository for assignments for Distributed Algorithms class at TU Delft. Implemented casual ordering of point-to-point messages (Schiper-Eggli-Sandoz), tokken based mutual exclusion (Singhal’s algorithm) and minimum weight spanning tree in asynchronous networks (Gallager, Humblet, and Spira). All algorithms are written using Java RMI.