0
19kviews
Explain Ricart- Agarwala algorithm for Mutual Exclusion.
1 Answer
written 5.9 years ago by | modified 5.9 years ago by |
Ricart - Agarwala s a non token based algorithm that uses broadcast technique for mutual calculation.
Consider a scenario when process PO & P1 went to enter critical sector. Both P0 & P1 send broadcast to all 3 processes in the system along with time stamp.
Since P2 does not …