Answer Posted / mohd dilshad
busy-waiting or spinning is a technique in which a process
repeatedly checks to see if a condition is true, such as
whether keyboard input is available, or if a lock is
available. Spinning can also be used to generate an
arbitrary time delay, a technique that was necessary on
systems that lacked a method of waiting a specific length
of time. On modern computers with widely differing
processor speeds, spinning as a time delay technique often
produces unpredictable results unless code is implemented
to determine how quickly the processor can execute a "do
nothing" loop.
| Is This Answer Correct ? | 18 Yes | 17 No |
Post New Answer View All Answers
Does grep ignore case?
When the pipe is used?
Explain segmentation with paging?
Explain briefly what is meant by trap and a trapdoor?
Is 64bit better than 32bit?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
Explain what are device drivers used for?
Can I have two browsers on my computer?
What is the sequence of the three way handshake?
What is the difference between af_inet and pf_inet?
why is the context switch overhead of a user-level threading as compared to the overhead for processes? Explain.
What is a mission critical system?
What are different types of interprocess communication methods?
What is 64 bit platform?
How does gcd work?