Posts deadlock 발생 조건
Post
Cancel

deadlock 발생 조건

deadlock 발생 조건

아래 4가지 조건을 모두 만족하면 데드락 발생가능성이 있음

  1. 상호배제(Mutual Exclusion)
    • 한 리소스는 한번에 한 프로세스만이 사용할 수 있음
  2. Hold and wait
  3. No preemption
  4. Circular wait


deadlock 방지법

  1. Prevention
    • 교착 상태가 발생할 수 있는 요구조건을 만족시키지 않게 함으로써 방지
  2. Avoidance
    • 교착상태 발생 가능성이 있는 자원할당을 하지 않음
    • ex) 은행가 알고리즘
  3. Detection and recovery
    • 교착상태가 발생하면 감지하여 고침
This post is licensed under CC BY 4.0 by the author.

17088 등차수열 변환

IPv6

Comments powered by Disqus.