Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
A bounded first-in, first-enabled solution to the l-exclusion problem
Afek Y., Dolev D., Gafni E., Merritt M., Shavit N. ACM Transactions on Programming Languages and Systems16 (3):939-953,1994.Type:Article
Date Reviewed: Oct 1 1995

Consider a system consisting of n processes, where each process has a segment of code called a critical section. The important feature of the system is that, when one process is executing in its critical section, no other process is allowed to execute in its critical section. Thus, the execution of critical sections by the processes is mutually exclusive in time. In this paper, the authors study the -exclusion problem, which is an extension of the traditional mutual exclusion problem. The -exclusion problem is to guarantee that the system does not enter a state in which more than processes are executing their critical sections. Clearly, the normal mutual exclusion problem is a special case of -exclusion with ℓ + 1 .

The proposed solution to the -exclusion problem is elegant, and a complete proof of its correctness is provided. This solution has two main features. It ensures first-in, first-enabled, a weaker form of the traditional first-come, first-served of entering processes. In the first-in, first-enabled condition, each requesting process is first enabled before actual entry. Second, only shared memory, a relatively weak model, is used as the communication primitive, as opposed to the read-modify-write and fetch-and-add primitives used in other known solutions.

The unnatural formulation of the first-in, first-enabled condition, as pointed out by the authors, may lead the reader to wonder about the significance of the results obtained in this paper. This should not diminish the authors’ contribution to this field. This paper is painstakingly thorough and well-organized. The results are impressive, and I enjoyed reading this paper enormously. I have one minor complaint: there are a number of typographical errors and several missing words, including one in an important algorithm.

Reviewer:  Jie Wu Review #: CR118486
Bookmark and Share
 
Mutual Exclusion (D.4.1 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Mutual Exclusion": Date
Another solution of the mutual exclusion problem
Kowaltowski T., Palma A. Information Processing Letters 19(3): 145-146, 1984. Type: Article
May 1 1985
The mutual exclusion problem
Lamport L. Journal of the ACM 33(2): 313-326, 1986. Type: Article
Apr 1 1987
The mutual exclusion problem
Lamport L. Journal of the ACM 33(2): 327-348, 1986. Type: Article
Apr 1 1987
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy