top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

When does the condition 'rendezvous' arise?

+3 votes
250 views
When does the condition 'rendezvous' arise?
posted May 22, 2015 by Shivaranjini

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

1 Answer

+1 vote

In message passing, it is the condition in which, both, the sender and receiver are blocked until the message is delivered.

In N-Buffer system when sender is sending the message to reciever and the buffer is full then at that situation
sender and receiver both r blocked untill receiver deliver the message and any buffer slot is free.

answer May 23, 2015 by Amit Kumar Pandey
Similar Questions
+1 vote

When the process issues an I/O request :
a) It is placed in an I/O queue
b) It is placed in a waiting queue
c) It is placed in the ready queue
d) It is placed in the Job queue

+2 votes

If I correct , by default main () function has integer return type.
I want to know what happens in the system internally when its return type gets changed from integer to void ?

...