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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.