Process : an instance of a program in execution in Linux... Process = task = thread ▷ Processes, Lightweight Processes, and Threads Parent process 와 Child process ... code는 공유할수도 있지만, data(stack/heap)는 분리 Multithread application... 하나의 프로세스는 여러개의 user thread로 구성된다. in Linux (초기버전)- multithread application 미지원.- 커널 입장에서는 멀티스레드 역시 그냥 프로세스... multithread application의 실행은 전부 User Mode (POSIX) (오늘날)-..