top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

OS: What does mean of "rendezvous" condition in the context of operating system ?

+2 votes
2,461 views
OS: What does mean of "rendezvous" condition in the context of operating system ?
posted Jun 28, 2014 by Harshita

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

In the context of operating system rendezvous condition is related to message passing.

Sender can be blocked (not necessarily) upon sending and receiver must block if there is no message is waitng. If both sender and receiver are blocked and message is passed from sender to receiver, the situation is called rendezvous.

Or in simple words rendezvous is a condition in which both receiver and sender are blocked until message is delivered.

answer Jun 28, 2014 by Tapesh Kulkarni
wow nice, I was not clear before
...