Publication
ACM Transactions on Programming Languages and Systems (TOPLAS)
Paper

A Bounded First-in, First-Enabled Solution to the l-Exclusion Problem

View publication

Abstract

This article presents a solution to the first-come, first-enabled[Formulla Omitted]-exclusionproblem of Fischer et al. [1979]. Unlike their solution, thissolution does not use powerful read-modify-write synchronizationprimitives and requires only bounded shared memory. Use of the concurrent timestamp system of Dolevand Shavir [1989] is key in solving the problem within bounded sharedmemory. © 1994, ACM. All rights reserved.