A system has three processes and three different types of resources. The current allocation and requests are as follows.
Process Allocated Request Available
A 1 1 2 a b c 0 1 0
B 2 0 1 d e f
C 1 1 0 g h i
Apply the deadlock detection algorithm to compute the maximum possible values of a, b, c, d, e, f, g, h and i so that the sequence is a safe sequence.
Comments
Leave a comment