etc
운영체제의 Process와 Thread 이야기
Process와 Thread 이야기 프로세스(Process) 다음과 같이 위키에서 프로세스의 정의를 발췌했다. In computing, a process is the instance of a computer program that is being executed by one or many threads. 컴퓨터 분야에서 프로세스는 컴퓨터 프로그램의 인스턴스로, 하나 이상의 스레드를 통해 실행된다. 프로세스라는 명칭은 낯설수 있는데, 프로그램은 친숙하리라 생각된다. 더보기…