InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Semaphore in OS? Why is it used? |
||||||||||
|
Answer» SEMAPHORE is a signaling mechanism. It only holds one positive integer value. It is simply used to solve the problem or issue of critical sections in the synchronization process by using two atomic operations i.e., wait() and signal(). Types of Semaphore
|
|||||||||||