Deadlock Avoidance

A deadlock means that the processing of some parts, once started, cannot finish because each of these parts requests for its advancement some resource(s) currently held by some other part(s) in this set. In a deadlock avoidance approach, the controller must ensure that the granting of resources to any process will lead to a resulting state which is “safe,” i.e., a state from which all the parts being processed can terminate.

Parameters

  • nn: number of processes
  • mm: number of resource types

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Banker's Algorithm1966O(mn2)O(mn^2)O(mn)O(mn)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table