Jump to content

Non-blocking algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 195.71.52.163 (talk) at 18:53, 26 March 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Non-blocking synchronization is a technique that uses special algorithms to avoid that the execution of threads competing for a shared resource through mutual exclusion are indefinitely postponed.

Good reasons to use it are:

See also