OS
[OS] 프로세스간 통신(Inter Process Communication)
단순한놈
2020. 6. 7. 22:30
<IPC 기법>
- file 사용
- message queue
- shared memory
- pipe
- signal
- semaphore
- socket
IPC의 종류와 특징
IPC(Inter Process Communication) - 프로세스 간 통신에 대하여 종류와 특징들에 대하여 살펴보겠습니다. [리눅스 커널 구조] - 위 그림처럼 Process는 완전히 독립된 실행객체입니다. 서로 독립되어 있다��
jwprogramming.tistory.com