Closing the complexity gap between FCFS mutual exclusion and mutual exclusion |
| |
Authors: | Robert Danek Wojciech Golab |
| |
Affiliation: | 1. Department of Computer Science, University of Toronto, Toronto, Canada
|
| |
Abstract: | First-Come-First-Served (FCFS) mutual exclusion (ME) is the problem of ensuring that processes attempting to concurrently
access a shared resource do so one by one, in a fair order. In this paper, we close the complexity gap between FCFS ME and
ME in the asynchronous shared memory model where processes communicate using atomic reads and writes only, and do not fail.
Our main result is the first known FCFS ME algorithm that makes O(log N) remote memory references (RMRs) per passage and uses only atomic reads and writes. Our algorithm is also adaptive to point
contention. More precisely, the number of RMRs a process makes per passage in our algorithm is Θ(min(k, log N)), where k is the point contention. Our algorithm matches known RMR complexity lower bounds for the class of ME algorithms that use
reads and writes only, and beats the RMR complexity of prior algorithms in this class that have the FCFS property. |
| |
Keywords: | |
本文献已被 SpringerLink 等数据库收录! |
|