Java Concurrency in Practice. Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls

Java Concurrency in Practice


Java.Concurrency.in.Practice.pdf
ISBN: 0321349601,9780321349606 | 384 pages | 10 Mb


Download Java Concurrency in Practice



Java Concurrency in Practice Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls
Publisher: Addison-Wesley Professional




Description “I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java. À�Java Concurrency In Practice》读书笔记一-Introduction2009-11-08 10:37 P.M. Bill Pugh once wrote that Reference.referent should be volatile to prevent a data race, but jdk1.6 source shows it is not. Although all the examples in the book are Java based, this book gives a solid explanation of MT world. My doubt over here is How come the example is multi-producer and single. Java Concurrency in Practice, another book for the winter · http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/ref=sr_1_1?s=books&ie=UTF8&qid=1287837814&sr=1-1. { '1': 'Effective Java (2nd Edition)', '2': 'JavaTM Puzzlers: Traps, Pitfalls, and Corner Cases', '3': 'Java Concurrency in Practice', '4': 'Java: The Good Parts' }. Java Concurrency in Practice is one of the best books about multi-threading and concurrency. "Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. The memory model docs and Java Concurrency in Practice (Brian Goetz, et al) are silent on this. While i was going through JCP book i found an example of logger in Listing 7.13.