Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Non-blocking_algorithm> ?p ?o. }
Showing items 1 to 34 of
34
with 100 items per page.
- Non-blocking_algorithm abstract "In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion. A non-blocking algorithm is lock-free if there is guaranteed system-wide progress regardless of scheduling; wait-free if there is also guaranteed per-thread progress.Literature up to the turn of the 21st century used "non-blocking" synonymously with lock-free. However, since 2003, the term has been weakened to only prevent progress-blocking interactions with a preemptive scheduler. In modern usage, therefore, an algorithm is non-blocking if the suspension of one or more threads will not stop the potential progress of the remaining threads. They are designed to avoid requiring a critical section. Often, these algorithms allow multiple processes to make progress on a problem without ever blocking each other. For some operations, these algorithms provide an alternative to locking mechanisms.".
- Non-blocking_algorithm wikiPageID "554867".
- Non-blocking_algorithm wikiPageRevisionID "606029762".
- Non-blocking_algorithm hasPhotoCollection Non-blocking_algorithm.
- Non-blocking_algorithm subject Category:Concurrency_control.
- Non-blocking_algorithm subject Category:Concurrency_control_algorithms.
- Non-blocking_algorithm subject Category:Operating_system_technology.
- Non-blocking_algorithm subject Category:Synchronization.
- Non-blocking_algorithm type Abstraction100002137.
- Non-blocking_algorithm type Act100030358.
- Non-blocking_algorithm type Activity100407535.
- Non-blocking_algorithm type Algorithm105847438.
- Non-blocking_algorithm type ConcurrencyControlAlgorithms.
- Non-blocking_algorithm type Event100029378.
- Non-blocking_algorithm type Procedure101023820.
- Non-blocking_algorithm type PsychologicalFeature100023100.
- Non-blocking_algorithm type Rule105846932.
- Non-blocking_algorithm type YagoPermanentlyLocatedEntity.
- Non-blocking_algorithm comment "In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion. A non-blocking algorithm is lock-free if there is guaranteed system-wide progress regardless of scheduling; wait-free if there is also guaranteed per-thread progress.Literature up to the turn of the 21st century used "non-blocking" synonymously with lock-free.".
- Non-blocking_algorithm label "Lock-freeとWait-freeアルゴリズム".
- Non-blocking_algorithm label "Nicht-blockierende Synchronisation".
- Non-blocking_algorithm label "Non-blocking algorithm".
- Non-blocking_algorithm label "Synchronizacja nieblokująca".
- Non-blocking_algorithm label "Неблокирующая синхронизация".
- Non-blocking_algorithm label "خوارزمية غير مسدودة".
- Non-blocking_algorithm sameAs Nicht-blockierende_Synchronisation.
- Non-blocking_algorithm sameAs Lock-freeとWait-freeアルゴリズム.
- Non-blocking_algorithm sameAs Synchronizacja_nieblokująca.
- Non-blocking_algorithm sameAs m.02pg63.
- Non-blocking_algorithm sameAs Q1985141.
- Non-blocking_algorithm sameAs Q1985141.
- Non-blocking_algorithm sameAs Non-blocking_algorithm.
- Non-blocking_algorithm wasDerivedFrom Non-blocking_algorithm?oldid=606029762.
- Non-blocking_algorithm isPrimaryTopicOf Non-blocking_algorithm.