amdahl's law 썸네일형 리스트형 운영체제(4) Thread 1. Thread Thread : CPU utilization의 기본 단위. -> PC, register set, stack space로 구성된다. -> 다른 스레드와 Task(code section, data section, operating-system resources)를 공유한다. -> fork()와 pthread_create()는 각각 프로세스, 스레드를 만드는 명령어다. -> [heavyweight process] or [traditional process] = [a task with one thread] 2. Multithreaded Server Architecture (1) 한 프로세스에 여러 개의 스레드를 연결할 수 있다. -> 각 thread에는 일련의 PC값들과 고유한 TID(Thre.. 더보기 이전 1 다음