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 |
Explain briefly what is meant by trap and a trapdoor?
What are the ways in which fault tolerance can be ensured in systems? (Different redundancy techniques)?
What are overlays?
What are the 3 categories of operating systems?
Can I have two operating systems on one computer?
What is the meaning of busy spin in multi-threading?
How do I know if I have a 64 bit processor?
What is Marshalling?
Is 64bit faster than 32?
What is a semaphore? What are the different types of semaphores?
What do you understand by transaction atomicity?
What is Executive in Windows NT?