public marks

PUBLIC MARKS from lunar with tag concurrency

25 February 2005 22:00

Practical lock-freedom

There are potentially a number of advantages in using lock-free programming techniques, including improved fault tolerance, resistance to deadlock, no 'lock convoying', and no chance of unfortunate scheduler interactions (such as priority inversion).

lunar's TAGS related to tag concurrency

haskell +   os +   programming language +