How are the wait or signal operations for monitor different
from those for semaphores?
Answer Posted / 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 |
Post New Answer View All Answers
Why is 64 bit called x86?
Do I need 32gb of ram?
How much ram do I need for excel?
Explain briefly about compiler and its functioning?
Explain various types of scheduling in operating system.
What is tcl timing?
Who is the father of os?
What was the last 32 bit processor?
Is 32 bit obsolete?
How to stop a long running thread?
Define a good platform along with its qualities.
What mean operating system?
What is starvation os?
What resources are used when a thread created?
How can you check whether a machine is 64 bit or 32 bit?