DocumentCode
3294183
Title
A Dynamic Group Mutual Exclusion Algorithm Using Surrogate-Quorums
Author
Atreya, Ranganath ; Mittal, Neeraj
Author_Institution
Web Services Technol., Amazon.com, Inc., Seattle, WA
fYear
2005
fDate
10-10 June 2005
Firstpage
251
Lastpage
260
Abstract
The group mutual exclusion problem extends the traditional mutual exclusion problem by associating a type with each critical section. In this problem, processes requesting critical sections of the same type can execute their critical sections concurrently. However, processes requesting critical sections of different types must execute their critical sections in a mutually exclusive manner. In this paper, we provide a distributed algorithm for solving the group mutual exclusion problem based on the notion of surrogate-quorum. Intuitively, the algorithm uses the quorum that has been successfully locked by a request as a surrogate to service other compatible requests for the same type of critical section. Unlike the existing quorum-based algorithms for group mutual exclusion, the algorithm achieves a low message complexity of O(q), where q is the maximum size of a quorum, while maintaining both synchronization delay and waiting time at two message hops. Moreover, like the existing quorum-based algorithms, the algorithm has high maximum concurrency of n, where n is the number of processes in the system. The existing quorum-based algorithms assume that the number of groups is static and does not change during runtime. However, the algorithm can adapt without performance penalties to dynamic changes in the number of groups. Simulation results indicate that our algorithm outperforms the existing quorum-based algorithms for group mutual exclusion by as much as 50% in some cases
Keywords
communication complexity; distributed algorithms; multiprocessing systems; synchronisation; distributed algorithm; dynamic group mutual exclusion algorithm; maximum concurrency; message complexity; processes requesting critical sections; surrogate-quorums; synchronization delay; waiting time; Computer science; Concurrent computing; Delay effects; Distributed algorithms; Distributed computing; Runtime; Web services;
fLanguage
English
Publisher
ieee
Conference_Titel
Distributed Computing Systems, 2005. ICDCS 2005. Proceedings. 25th IEEE International Conference on
Conference_Location
Columbus, OH
ISSN
1063-6927
Print_ISBN
0-7695-2331-5
Type
conf
DOI
10.1109/ICDCS.2005.5
Filename
1437089
Link To Document