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




"Java Concurrency in Practice", written by Brian Goetz et al., is not brand new, but certainly one of the best Java books I had pleasure to read. Threads are a fundamental part of the Java platform. I recently read Java Concurrency in Practice by Brian Goetz. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. 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. Race condition is the most common concurrency correctness problem. Every Java programmer must read it. But first two other books should be mentioned. Java Concurrency in Practice By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea Publisher: Addison Wesley Professional Pub Date: May 09, 2006. Ƴ�:由于Java Concurrency in Practice时间久远业已脱销,所以本人对读到的一些要点进行整理,主要用来个人进一步深化学习,书中原文会加中英文注释,自己的白话仅有中文。 Chapter 2. Stateless servlet); make variable immutable; use lock (synchronize in Java).