728x90
shared memory
-
2024 운영체제 정리 - 3. IPCOperating System 2024. 4. 2. 19:16
2024 운영체제 정리 - 3. IPC 1. 운영체제란2. Process & Thread3. IPC4. CPU Scheduling 5. Synchronization6. Virtual Memory IPC와 관련된 코드적인 내용은 아래 링크에 더 자세히 설명해두었다 https://asidefine.tistory.com/94 시스템 프로그래밍 실습 8주차 : IPC시스템 프로그래밍 실습 8주차 : IPC [목차] - IPC - Open Files in Kernel - I/O Redirection - Pipes - Anonymous Pipe - Named Pipe (FIFOs) IPC란? IPC = Inter Process Communication..