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

Java Concurrency in Practice



Download eBook




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


Ƴ�:由于Java Concurrency in Practice时间久远业已脱销,所以本人对读到的一些要点进行整理,主要用来个人进一步深化学习,书中原文会加中英文注释,自己的白话仅有中文。 Chapter 2. Here's a link to a collection of Java concurrency source code examples on the Java Concurrency in Practice website. 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. Understanding the Java memory model can also be extremely helpful. I've compiled a summary (kinda) of the concurrency chapter of Josh Bloch's excellent Effective Java book. A JavaWorld article on Java client multicore processing is also good. In an environment where transactions need to happen in nanoseconds with 100% reliability proper understanding of concurrency is a must. The tests runs N threads in a tight loop, trying to retrieve a value from the dictionary. I've adapted a small test program that was used by the authors of an excellent book I'm reading, Java Concurrency in Practice, to C#. If you want to master JAVA Threading concepts, you should read Java Concurrency in Practice. One more book to the java list. I didn't finish reading it, though I liked the part that I read. Included are also some notes on Goetz's Java Concurrency in Practice. Doug Lea's Concurrency Property Checklist is also a good link once you have the basics down. I recently finished reading Java Concurrency in Practice. Links to great resources regarding Java concurrency, multicore programming, and the Java memory model. Java Concurrency in Practice is a book by the Java folks who designed ConcurrentHashMap and all those other tasty Java Concurrent Thingies .