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
How can I tell what programs are running in the background on my computer?
Give an example of a Process State.
what is the relationship between page size and page table?
what is the difference between mutexes and semaphores?
How does operating system kernel work?
Do you know what is a binary semaphore?
What is an immutable object? How can it help in writing a concurrent application?
What is the sequence of the three way handshake?
What are the disadvantages of microkernels?
What is bursting?
How do I clean up program files?
What are banks in reference to ram?
What is purpose of different operating systems?
Does uninstalling a program delete it?
How do I remove prime os from my pc?