TIL

동시에 프로그램을 실행하는 방법(process, thread)

프로그램

컴퓨터가 실행할 수 있는 명령어의 집합

프로세스(process)

멀티 프로그래밍

멀티 태스킹

스레드(Thread)

멀티 스레딩

멀티 프로세싱


https://www.youtube.com/watch?v=QmtYKZC0lMU

Operating System Concepts - Tenth Edition

https://gmlwjd9405.github.io/2018/09/14/process-vs-thread.html