Login | Register
Directory > Algorithms > Website info
_
Java theory and practice: Introduction to nonblocking algorithms
Java 5.0 makes it possible for the first time to develop nonblocking algorithms in the Java language, and the java.util.concurrent package uses this capability extensively. Nonblocking algorithms are concurrent algorithms that derive their thread safety not from locks, but from low-level atomic hardware primitives such as compare-and-swap. Nonblocking algorithms can be
http://www.ibm.com/developerworks/java/library/j-jtp04186/
From: Algorithms
Date: Feb 20, 2007
Votes:
0
Rating:
0.00
_
Rate This Link:

Comments:

_
Add a Comment
Name:
Email: (Optional)
Comment:



Type in the letters that apear in the image box