Maekawa's algorithm: Difference between revisions

Content deleted Content added
m minor spelling issues
Line 28:
 
'''Critical Section''':
* Site <math>P_i</math> enters the critical section on recivingreceiving a <math>grant</math> message from all sites in <math>R_i</math>.
* Upon exiting the critical section, <math>P_i</math> sends a <math>release(i)</math> message to all sites in <math>R_i</math>.
 
Line 43:
=== Performance ===
* Number of network messages; <math>3 \sqrt{N}</math> to <math>5 \sqrt{N}</math>
* Synchronization delay: Two2 message propagation delaydelays
 
== See also ==