Information About

Non-blocking Algorithm




In Concurrent Programming , non-blocking algorithms are those algorithms 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 Mechanism s.


See also