Skip to content

Opening book details…

Can I read IPC: Message Passing Techniques on EtoBox?

IPC: Message Passing Techniques by kanika_always is a document available to read on EtoBox.

What is IPC: Message Passing Techniques about?

Inter-process communication allows processes to communicate through message passing or shared memory. There are two basic operations for message passing - send and receive. Messages can have fixed or variable lengths. Processes can communicate directly by explicitly naming the sender/receiver, or indirectly through mailboxes. Issues with IPC include how links are established, message buffering, copying, and synchronous vs asynchronous communication.

Author
kanika_always
Language
EN