How are the wait or signal operations for monitor different
from those for semaphores?
Answer / guest
If a process in a monitor signal and no task is waiting on
the condition variable, the signal is lost. So this allows
easier program design. Whereas in semaphores, every
operation affects the value of the semaphore, so the wait
and signal operations should be perfectly balanced in the
program.
| Is This Answer Correct ? | 7 Yes | 4 No |
What is the difference between 16 bit and 32 bit?
What are the various ipc mechanisms?
What is cache memory?
How do you kill pid?
What are differences between ram and rom?
What is DRAM? In which form does it store data?
How long does it take to chkdsk 1tb?
What is the kernel of the operating system?
How do you know if you need 32 bit or 64 bit software?
List the possible threads a thread can have?
What are the thread states?
Different types of real-time scheduling?