首页 > 试题广场 >

Compare the circular-wait sche

[问答题]
Compare the circular-wait scheme with the deadlock-avoidance schemes (like the banker's algorithm) with respect to the following issues:
a. Runtime overheads
b. System throughput

推荐
A deadlock-avoidance scheme tends to increase the runtime overheads due to the cost of keep track of the current resource allocation. However, a deadlock-avoidance scheme allows for more concurrent use of resources than schemes that statically prevent the formation of deadlock. In that sense, a deadlock-avoidance scheme could increase system throughput.
发表于 2018-03-18 22:22:16 回复(0)