In a mailbox based message passing system, a process is not put in a waiting queue but receives an error signal upon sending to a full mailbox. Similarly, a process is not put in a waiting queue but receives an error signal upon trying to receive from an empty mailbox. Then, the process will try its sending or receiving operation repetitively until it succeeds. Does this approach suffer from race conditions?
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In a mailbox based message passing system, a process is not put in a waiting queue but receives an error signal upon sending to a full ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » In a mailbox based message passing system, a process is not put in a waiting queue but receives an error signal upon sending to a full mailbox.