
[OS] 프로세스간 통신 (Cooperating Processes)
·
Computer Science/Operating System
프로세스 협력독립적인 프로세스 (Independent Process)시스템에서 실행중인 다른 프로세스들에게 영향을 주거나 받지 않는 프로세스협력적인 프로세스 (Cooperating Process)시스템에서 실행중인 다른 프로세스에게 영향을 주거나, 받는 프로세스프로세스 협력의 장점정보 공유 (Informatioin Sharing)계산 가속화 (Computational Speedup)모듈성 (Modularity)편의성 (Convenience)프로세스 간 통신 (IPC: InterProcess Communication)메세지 전달(Message Passing), 공유 메모리(Shared Memory)메세지 전달 (Message Passing)공유 메모리 (Shared Memory)Pipe프로세스간 통신(IP..