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




Understanding the Java memory model can also be extremely helpful. Lea's book lead to the java.util.concurrent library being added to Java in Java 5, which I have used to improve my concurrent programs. I recently read Java Concurrency in Practice by Brian Goetz. Every Java programmer must read it. Here's a link to a collection of Java concurrency source code examples on the Java Concurrency in Practice website. Java Concurrency in Practice Java并发(线程)最佳书籍【下载】. Links to great resources regarding Java concurrency, multicore programming, and the Java memory model. A JavaWorld article on Java client multicore processing is also good. Ƚ�载请注明作者和出处, 如有谬误, 欢迎在评论中指正. [本文是我对Java Concurrency In Practice 5.2的归纳和总结. Doug Lea's Concurrency Property Checklist is also a good link once you have the basics down.