You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sicp-all-tasks/sicp/3_002e49

7 lines
361 B

Exercise 3.49: Give a scenario where the
deadlock-avoidance mechanism described above does not work. (Hint: In the
exchange problem, each process knows in advance which accounts it will need to
get access to. Consider a situation where a process must get access to some
shared resources before it can know which additional shared resources it will
require.)