0
1.8kviews
Raymond's tree structure w/distributed system
1 Answer
written 2.8 years ago by |
Suppose a distributed system is implemented with the Raymond's tree-based algorithm for mutual exclusion, and the current tree configuration is shown below with Site B being the token holder. (Recall in the Raymond's tree structure, each node maintains a Holder variable to record its current parent node and a request …