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




After long time, I stumbled upon something that is both educational and practical. Java Concurrency in Practice Java并发(线程)最佳书籍【下载】. 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. Java Concurrency in Practiceby Brian GoetzISBN 0321349601Date Read 3/2007 My Rating Want to learn about synchronization in Java? Threads are a fundamental part of the Java platform. Since I'm doing quite a bit of Java programming lately I've become curious about the state of writing concurrent code in it. Although with new cutting edge devices, computing performance is increasing continuously, still high performance and low latency programming plays an important role to utilise these devices. "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. Since Doug Lea's classic, this is very readworthy work on concurrency in Java world. Do you know what's new in concurrency in Java 5/6? As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. But first two other books should be mentioned.