Processes IPC
Processes IPC
5th Lecture
Interprocess Communication
Direct Communication:
• Sender and receiver names are mentioned in the message.
• Exactly and only one link between the two processes.
The send() and receive() primitives are defined as
send(P, message)—Send a message to process P.
receive(Q, message)—Receive a message from process Q.