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




This is now one of my favorite books on Java which I am probably going to read again just to be sure I have soaked up as much information as I can. A JavaWorld article on Java client multicore processing is also good. Java Concurrency in Practice Java并发(线程)最佳书籍【下载】. Here's a link to a collection of Java concurrency source code examples on the Java Concurrency in Practice website. Links to great resources regarding Java concurrency, multicore programming, and the Java memory model. 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. This book joins Effective Java and Hibernate in Action as a "two copy" Java book -- it's such a must-have book that I need one copy at home and one copy at the office. Every Java programmer must read it. Ə�供用户界面的响应(时间). Ů�全的风险(不好的事情会发生),提高错误出现的几率. Understanding the Java memory model can also be extremely helpful. I recently read Java Concurrency in Practice by Brian Goetz. ThreadSafe and NotThreadSafe are described in Java Concurrency in Practice, and CheckThread enforces the same semantics that book defines. Doug Lea's Concurrency Property Checklist is also a good link once you have the basics down.