Answer Posted / nagi
Binary semaphore or mutex is used for single resouce
locking.where as counting semaphone is a variable counter
whose value will be initilised to number of resources
present.one can acees the resource if semaphore value is
greater than zero.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why use 64bit excel?
Explain the execution cycle for a von neumann architecture.
What is a socket?
What differences are there between a semaphore wait signal and a condition variable wait signal?
What is the meaning of busy spin in multi-threading?
What is operating system in computer?
What is fragmentation?
What is a bootloader?
How do I copy a full file path?
Explain how a copying garbage collector works. How can it be implemented using semispaces?
Explain the key object oriented concepts used by windows nt?
What is lxde desktop?
Is it safe to delete program data?
What is difference between deadlock and starvation?
Describe Banker’s algorithm