Answer Posted / chinnadurai.s
Synchronization tool that does not require busy waiting
Semaphore S–integer variable
Two standard operations modify S: wait()and signal()
Originally called P()andV()
Less complicated
Can only be accessed via two indivisible (atomic) operations
wait (S)
{
while S <= 0;
// no-op
S--;
}
signal (S)
{
S++;
}
Is This Answer Correct ? | 23 Yes | 11 No |
Post New Answer View All Answers
Can we kill init process?
why we make plex offline online in vxvm?
What do you know about the latest android version Lollipop?
What is the shortcut key to refresh laptop?
What is the first operating system in the world?
Is i3 good for gaming?
How do I combine multiple folders on a mac?
What is the difference between the OS which you use and other OSs?
What is the most powerful server in the world?
Can yum install rpm?
What is an example of a network operating system?
How do I boot up my computer?
Directories can be implemented either as "special files" that can only be accessed in limited ways, or as ordinary data files. What are the advantages and disadvantages of each approach?
Which one is the best operating system?
Difference Between Jfs & Jfs2?