top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is monitor in the context of synchronizaiton between processes or threads of a single process ?

+1 vote
270 views

while going through various synchronization mechanism like semaphore, mutex. I stopped at Monitor. I want to know how it is differ from semaphore and mutex. when use of monitor is preferable than semaphore and mutex ?

posted Sep 9, 2013 by Vikram Singh

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

Say there is a function fun(p1, p2, p3, p4);
Is Context switching possible after pushing p1, p2 and before pushing p3 and p4 in stack ?

+2 votes

I have read somewhere workload is nothing but a group of processes running under same compartment. Where compartment is n- Partition / virtual partition.

Is it correct?

...