Microsoft Windows Question:

What is Semaphore?

Windows Interview Question
Windows Interview Question

Answer:

A hardware or software flag.
In multitasking systems, a semaphore is a variable with a value that indicates the status of a common resource.
Its used to lock the resource that is being used.
A process needing the resource checks the semaphore to determine the resource's status
and then decides how to proceed.


Previous QuestionNext Question
How does Windows NT supports Multitasking?Recovery from Deadlock?