Skip to content

12.3. Concurrent Programming with Threads {csapp}


README#

  • thread와 process 간의 차이
    • Thread context switch time < Process context switch ∵ 컨텍스트의 크기차이
    • 부모자식간의 관계가 없음.