IPC in Message-Passing Systems - Direct Communication
问题 According to the book 'operating systems concepts', it says: With direct communication, each process that wants to communicate must explicitly name the recipient or sender of the communication. This scheme exhibits symmetry in addressing. In this scheme, 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. In asymmetry only the sender names the recipient; the recipient is not required to name the