컴퓨터
IPC (Inter-Process Communication)
Begi
2022. 1. 2. 16:27
반응형
IPC (Inter-Process Communication)는 컴퓨터에서 프로세서 사이에 데이터를 교환하는 것을 의미한다.
IPC에는 다음과 같은 방법들이 있다.
- 파일
- Singnal
- Socket : TCP, UDP 등
- 메세지
- 파이프
- Shared Memory
- Memory-mapped file
반응형