Question
What happens during a blocking send?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The sender waits until the message is accepted according to the communication semantics
Explanation:
A blocking send suspends the sender until the system or receiver has accepted the message as defined.
A nonblocking send returns control without waiting for that condition.
Leave a Reply