Ricart–Agrawala algorithm: Difference between revisions

Content deleted Content added
Idib (talk | contribs)
m typo
Line 16:
* Upon reception of a <math>request(ts, i)</math> message, the receiving site <math>P_j</math> will immediately send a timestamped <math>reply(ts, j)</math> message if and only if:
** <math>P_j</math> is not requesting or executing the critical section OR
** <math>P_j</math> is requesting the critical section but sent a request with a higher timestamp than the timestamp onof <math>P_jP_i</math>
* Otherwise, <math>P_j</math> will defer the <math>reply</math> message.