Question
A system has m resources: R0,R1.....Rm−1 & n concurrent processes P0,P1...Pn−1. The implementation of resource request logic of each process Pi, is as follows
{Request R[(t mod m)]
Request R[(t−2) mod m]
}
If first resource is not available, process waits till it becomes available & then only request next.
Which of the following statement is TRUE?