Advanced Synchronization in Java Threads, Part 2 (O'ReillyNet)
[Posted November 1, 2004 by cook]
Scott Oaks and Henry Wong continue their O'Reilly
series on threads under J2SE 5.0 with
part two.
"
J2SE 5.0 introduces new utilities for coordinating multiple threads. But
where you have synchronized threads, you have a risk of deadlock. In this
excerpt from Java Threads, 3rd Edition, Scott Oaks and Henry Wong look at
deadlock and how to deal with it."
(
Log in to post comments)