Starvation and impasse (operating system)

I know the definitions of deadlock and starvation, but I am still confused in these few points (failed to achieve the right one)

  • a) deadlock is an extreme case of starvation
  • b) deadlock and hunger are two unrelated concepts.
  • c) starvation only leads to a deadlock.
+4
source share
2 answers

Deadlock: - this is when all processes do not get access to resources, because each process is waiting for some other process and there is a cycle.

: - , , . .


, , , - , - , .


, .


, , .

, IBM 7094 1973 , , 1967 .

, . , >

+3

, a .

().

- ( ), / / .

0

Source: https://habr.com/ru/post/1611203/


All Articles