edited by
1,006 views
2 votes
2 votes

System with 100 process and single resource R with 100 instances. Each process needs a minimum of one instances to complete.

  1. Deadlock is possible
  2. Starvation is possible
  3. Thrashing
  4. Deadlock is not possible 
edited by

2 Answers

2 votes
2 votes

the above condition is checking for deadlock. if condition is true then no deadlock otherwise deadlock

0 votes
0 votes
PROCESSES:-P1 P2 P3 P4 P5 P6 ...........................P100

INSTANCES  :-1     1    1    1    1   1.............................1 ,

HERE WE HAVE 100 process and 100 instances and every process required 1 instance so all  requirement  is  fullfil , so NO DEADLOCK

Related questions