asked 30.9k views
5 votes
____ published a visual tool to show how deadlock conditions can be modeled using directed graphs.

asked
User Arunrk
by
7.8k points

1 Answer

1 vote
The term deadlock describes a situation in which two computer programs which are sharing the same resource are effectively preventing each other from accessing the resource. The result is both programs are ceasing to function.
Holt published a visual tool to show how deadlock conditions can be modeled using directed graphs. (year 1972)
Holt's graphs have two kinds of nodes: processes ( circles) and resources (squares).
answered
User Ignacio Pascual
by
7.8k points