Maekawa's algorithm: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
mNo edit summary
Line 1:
'''Maekawa's algorithm''' is an algorithm for [[mutual exclusion]] on a [[distributed system]]. The basis of this algorithm is a [[quorum ]]-like approach where any one site needs only to seek permissions from a subset of other sites.
 
==Algorithm==
=== Terminology ===
* A ''site'' is any computing device which runs the Maekawa's Algorithmalgorithm
* For any one request of entering the critical section:
** The ''requesting site'' is the site which is requesting to enter the critical section.