Content deleted Content added
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
* Otherwise, <math>P_j</math> will defer the <math>reply</math> message.
|