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

Java Concurrency in Practice



Download Java Concurrency in Practice




Java Concurrency in Practice Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls ebook
Page: 384
Format: chm
Publisher: Addison-Wesley Professional
ISBN: 0321349601, 9780321349606


Sunday, 17 March 2013 at 00:02. The book Java Concurrency In Practice by Brian Goetz et al deals with Java concurrency in an almost overwhelming depth. [转]ConcurrentHashMap和CopyOnWriteArrayList--Java Concurrency In Practice C0_折子_新浪博客,折子, 加载中,请稍候 前一篇:[转]线程安全的集合类--Java Concurrency In Practice C05读书笔记. This is the first part of what I intend to be a series documenting my education in concurrent programming. They'll reflect my thinking as I read through portions of the book Java Concurrency In Practice by Brian Goetz. In chapter 3.1 "Visibility" I found an interesting analogy to eventually consistent databases. This is one of those generic "looking for things to do" questions. Java Concurrency in Practice is one of the best books about multi-threading and concurrency. Although all the examples in the book are Java based, this book gives a solid explanation of MT world. 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.