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
ISBN: 0321349601, 9780321349606
Page: 384
Format: chm
Publisher: Addison-Wesley Professional


Java Concurrency in Practice is another classic from Joshua Bloch, Doug Lea and team. Must read book for all Java developers : “Java Concurrency In Practice” by Brian Goetz”. 1.1.3 The java.util.concurrent Classes. 4) Concurrency Practice in Java. 2.1.1 Noncompliant Code Example (Non-Volatile Flag). I recently finished reading Java Concurrency in Practice. One more book to the java list. In my experience I came across the following techniques to improve the performance. Ensure visibility when accessing shared primitive variables. Visibility and Atomicity (VNA) Guidelines. Identify the bottlenecks and solve them; Using Better Logic/Algorithms; Using Less and Efficient DB Queries; Caching; Using Java Concurrency API for Improving Performance We can write faster algorithms by using Java Concurrency API/Parallel algorithms.