개념 사실 위 사진만으로도 이미 충분한 설명이 되지만, Process와 thread를 설명하기 위해서는 우선 program의 개념부터 알아야 할 것 같다. Wikipedia의 설명을 빌리자면, Program: a collection of instructions that can be executed by a computer to perform a specific task 프로그램: 특정 task를 수행하기 위해 컴퓨터에서 실행되는 insructions의 집합 그렇다면 process는 Process: the instance of a computer program that is being executed by one or many threads 프로세스: 하나 이상의 스레드에 의해 실행되는 프로그램의 인스턴스..