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
Assuming one link of the Trojan horse copy-and-observe-later chain is broken. There are two other possible angles of attack by Alice: Alice logging on and attempting to read the string directly, and alice assigning a security level of sensitive to the back-pocket file. Does the reference monitor prevent these attacks?
What are different errors encountered while compiling?
Why is android better than ios?
Is i3 good for gaming?
Is more ram better for streaming?
Is kernel a os?
Which one is the first operating system?
What is the difference between concurrency and parallelism?
What is the latest android operating system?
What does download with adm mean?
Can you have concurrency but not parallelism?
What is a file in os?
What is the next microsoft operating system?
What is the shortcut key to refresh laptop?
Is chrome os better than windows 10?