Saturday 24 March 2018

Deadlock Detection-Algorithm Usage?



·         When, and how often, to invoke depends on:
 How often a deadlock is likely to occur?
 How many processes will need to be rolled back?
·         If detection algorithm is invoked arbitrarily, there may be many cycles in the resource graph and so we would not be  able to tell which of the many deadlocked processes “caused” the deadlock.


No comments:

Post a Comment

Java - Operations

3.1  Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...