Operating System Design/Processes/IPC

Interprocess communication is used mainly with microkernel architectures as a way for processes to communicate with other processes and the system itself. IPC (Interprocess communication) can be implemented in many forms, such as message passing, mutexes, and semaphores.

Category:Book:Operating System Design#Processes/IPC%20
Category:Book:Operating System Design