is monitor an operating system?
Answers
Answered by
0
Answer:
The Monitor is a module or package which encapsulates shared data structure, procedures, and the synchronization between the concurrent ...
In monitors, wait always block the caller: In semaphore, wait does not always block the ...
In concurrent programming (also known as parallel programming), a monitor is a synchronization construct that allows threads to have both mutual exclusion and the ability to wait (block) for a certain condition to become false. ... A monitor consists of a mutex (lock) object and condition variables.
I hope it May helpful to you ...
Answered by
0
No Monitor is not an operating system.
Monitor is a hardware which is used to run Operating System.
Similar questions