Question
Which statement describes a nonblocking send?
Select an option. Your answer will be checked instantly.
Correct Answer: C. The send operation returns without waiting for the receiver to accept the message
Explanation:
A nonblocking send lets the sender continue after submitting the message.
Delivery or reception may complete later depending on buffering and IPC semantics.
Leave a Reply