<IPC 기법>

  1. file 사용
  2. message queue
  3. shared memory
  4. pipe
  5. signal
  6. semaphore
  7. socket

 

 

IPC의 종류와 특징

IPC(Inter Process Communication) - 프로세스 간 통신에 대하여 종류와 특징들에 대하여 살펴보겠습니다. [리눅스 커널 구조] - 위 그림처럼 Process는 완전히 독립된 실행객체입니다. 서로 독립되어 있다��

jwprogramming.tistory.com