25 February 2005
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).
17 February 2005
The Haskell Home Page
by 2 othersHaskell is a general purpose, purely functional programming language. Haskell compilers are freely available for almost any computer.
1
(3 marks)