Page 1 of 1

Consider the following scenario: P1 is holding R1 and is waiting on R3. P2 is holding R2 and is waiting on R1. P3 is hol

Posted: Fri Jul 08, 2022 6:45 am
by answerhappygod
Consider the following scenario: P1 is holding R1 and iswaiting on R3. P2 is holding R2 and is waiting on R1. P3 is holdingR3 and is waiting on R2. Is it deadlocked? Would this change if weimposed an ordering of resource allocation in the orderR1->R2->R3.