< Operating System Design < Processes

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.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.