InterviewSolution
Saved Bookmarks
| 1. |
In the non blocking send __________(a) the sending process keeps sending until the message is received(b) the sending process sends the message and resumes operation(c) the sending process keeps sending until it receives a message(d) none of the mentionedThe question was posed to me during an interview.Question is taken from Inter Process Communication in chapter Processes of Operating System |
|
Answer» Right option is (b) the sending PROCESS sends the message and resumes operation |
|