semaphore is
Answers were Sorted based on User's Feedback
Answer / arpit
variable used for synchronization of multiple processes
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vardhan
"A semaphore restricts the number of simultaneous users of
a shared resource up to a maximum number. Threads can
request access to the resource (decrementing the
semaphore), and can signal that they have finished using
the resource (incrementing the semaphore)."
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / siddesh
A SEMAPHORE is a technique used for avoiding shared data
problems in case of RTOS.
Is This Answer Correct ? | 1 Yes | 0 No |
Difference between short term, long term and medium term scheduler.
How does gcd work?
Explain about local and global page replacements?
How do I find my os version?
Explain briefly about loader and its functioning?
How do I see usb devices on mac?
Explain thread.
What is busy waiting?
What is a safe state and its’ use in deadlock avoidance?
How do I get to the root directory?
What is the virtual memory?
Tell me what is executive in windows nt?