Wait-free, lock-free in Java 5 concurrent
Posted by Piotr Gabryanczyk on May 6, 2007
I recently came across few interesting articles by Brian Goetz:
- More flexible, scalable locking in JDK 5.0
- Going atomic
- Introduction to nonblocking algorithms
- Readers/Writers problem when using Map
- Wikipedia article
I recommend it to anyone interested in parallel programming in Java!
