[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..
[OS] 운영체제에서 제공하는 서비스, 프로그램 관점/하드웨어 관점
·
Computer Science/Operating System
사용자 인터페이스 (User Interface)명령어 라인 인터페이스 (CLI: Command Line Interface)일괄처리 인터페이스 (BI: Batch Interface)그래픽 사용자 인터페이스 (GUI: Graffic User Interface) 프로그램 실행 (Program Execution) 입·출력 연산 (I/O Opoerations) 파일 시스템 조작 (File-system Manipulation) 통신 (Communications)공유 메모리 (Shared Memory) 메시지 전달 (Message Passing)  오류 탐지 (Error Detection)OS는 모든 가능한 ‘오류’(Error)를 항상 의식하고 있어야 함 자원 할당 (Resource Allocation) 로깅 (Lo..
HaSeon9
'공유 메모리' 태그의 글 목록