> Funny you should ask! I can highly recommend Java Concurrency in Practice by Brian Goetz, Josh Bloch, Joe Bowbeer, David Holmes, Doug Lea, and me (Tim Peierls). My recommendation is probably biased by the fact that I helped write it, but we've had a lot of good feedback. > --tim
It is a great book - probably destined to be a classic. Thanks Tim and the rest. The Restlet build uses some good tools to help maintain quality. I'd add another. In appendix A of "Java Concurrency in Practice," Annotations for Concurrency is introduced. The primary premise for these - I think - is that JavaDoc doesn't do a good job at expressing the concurrency constraints of the code. Not only are these great for documentation purposes, but FindBugs does some checking based on these. Sean

