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 |
Have you used threaded trees anytime in your life time?
Why paging is used in os?
How do I search for a pattern in vi?
Can my processor run 64 bit?
main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }
Explain the functions of the cu and alu in the cpu of a computer.
Explain any program using Semaphores.
Give an example of a Process State.
What is software life cycle?
Who is the father of os?
Is 64 bit excel faster?
Describe the Operating System concept of Segmentation