Group mutual exclusion

This is joint work with Alex A. Aravind. It concerns a new algorithm for group mutual exclusion, using fetch-and-increment instructions. Group mutual exclusion is a generalization of the readers-writers problem, introduced by Y. Joung in 1998. There is a fixed number of forums available. Our solution satisfies the following conditions.

A proof script for the algorithm with the proof assistant PVS is available. A paper is in preparation.

Nonatomic group mutual exclusion

The above algorithm uses shared variables that can be read and written atomically, and also fetch-and-increment registers, which are even stronger. These atomic instructions rely on mutual exclusion at a lower level, as has been argued by Lamport. We (Alex Aravind and I) have therefore developed a group mutual exclusion algorithm based on nonatomic shared variables (safe variables in the sense of Lamport). A paper is in preparation. A proof script for the algorithm with the proof assistant PVS is available.

Comments and questions are welcome.
Back to my home page.
Wim H. Hesselink

Last modified: 28 October 2015.