What is Semaphore?
Answers were Sorted based on User's Feedback
Answer / sanjay
In simple terms a Semaphore is a unit or resource which is
used for synchrosation between two processes , it is kind
of flag (in abstract terms) which every process will check
before processing ahead to avoid the deadlock situation
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vinay kashyap
in simple terms semaphore is a unit(count) used to keep track of the resources available..
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nithi
semaphore is a kind of variable on which we perform 2 operations signal(V) and wait(P) ,a process performs no operation and it will wait if semaphore is <= 0.This is used for synchronization of processes
| Is This Answer Correct ? | 1 Yes | 0 No |
hello, I want a chart which compare all scheduling algorithm performance. I want to know even they act better for I/O bound process or CPU bound process. please guide me how can I recognize the difference of scheduling algorithm? please send me the answer to : moradisomayeh@gmail.com
Does chkdsk erase data?
What is a device queue?
When is a system in safe state?
What is a full form of ok?
What is the disadvantage of microprocessor?
5 Answers College School Exams Tests, TCS, Team Computers,
Which one is not suitable for client-server application? 1. tcp/ip 2. message passing 3. rpc 4. none of the above
What is operating system in short answer?
Is Micro-kernel better than Macro-kernel at ‘cpu usage’ and ‘response time’ ?
What is Difference between thread and process?
28 Answers AirTies, Azingo, Bloomberg, Encora, Goldman Sachs, HCL, HP, MES, Microsoft, Samsung,
What's the difference between x86 and x64?
What are local and global page replacements?