Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Busy_waiting> ?p ?o. }
Showing items 1 to 33 of
33
with 100 items per page.
- Busy_waiting abstract "In software engineering, 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 or 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. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on external factors, such as the load on the operating system. As such, spinning as a time delay technique often produces unpredictable or even inconsistent results unless code is implemented to determine how quickly the processor can execute a "do nothing" loop.Spinning can be a valid strategy in certain circumstances, most notably in the implementation of spinlocks within operating systems designed to run on SMP systems. In general, however, spinning is considered an anti-pattern and should be avoided, as processor time that could be used to execute a different task is instead wasted on useless activity.".
- Busy_waiting wikiPageExternalLink classSpinLock.html.
- Busy_waiting wikiPageExternalLink spinlocks.asp.
- Busy_waiting wikiPageExternalLink pthread_spin_lock.html.
- Busy_waiting wikiPageID "671489".
- Busy_waiting wikiPageRevisionID "552521538".
- Busy_waiting hasPhotoCollection Busy_waiting.
- Busy_waiting subject Category:Anti-patterns.
- Busy_waiting subject Category:Articles_with_example_C_code.
- Busy_waiting subject Category:Concurrency_control.
- Busy_waiting comment "In software engineering, 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 or 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.".
- Busy_waiting label "Aktives Warten".
- Busy_waiting label "Attente active".
- Busy_waiting label "Busy waiting".
- Busy_waiting label "Busy waiting".
- Busy_waiting label "Busy waiting".
- Busy_waiting label "Espera activa".
- Busy_waiting label "Espera ativa".
- Busy_waiting label "ビジーウェイト".
- Busy_waiting sameAs Aktives_Warten.
- Busy_waiting sameAs Busy_waiting.
- Busy_waiting sameAs Espera_activa.
- Busy_waiting sameAs Attente_active.
- Busy_waiting sameAs Busy_waiting.
- Busy_waiting sameAs ビジーウェイト.
- Busy_waiting sameAs 바쁜_대기.
- Busy_waiting sameAs Busy_waiting.
- Busy_waiting sameAs Espera_ativa.
- Busy_waiting sameAs m.031lgl.
- Busy_waiting sameAs Q423003.
- Busy_waiting sameAs Q423003.
- Busy_waiting wasDerivedFrom Busy_waiting?oldid=552521538.
- Busy_waiting isPrimaryTopicOf Busy_waiting.