Java Concurrency in Practice

Java Concurrency in Practice
Author :
Publisher : Pearson Education
Total Pages : 428
Release :
ISBN-10 : 9780132702256
ISBN-13 : 0132702258
Rating : 4/5 (258 Downloads)

Book Synopsis Java Concurrency in Practice by : Tim Peierls

Download or read book Java Concurrency in Practice written by Tim Peierls and published by Pearson Education. This book was released on 2006-05-09 with total page 428 pages. Available in PDF, EPUB and Kindle. Book excerpt: Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them. However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant. This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model


Java Concurrency in Practice Related Books

Java Concurrency in Practice
Language: en
Pages: 428
Authors: Tim Peierls
Categories: Computers
Type: BOOK - Published: 2006-05-09 - Publisher: Pearson Education

GET EBOOK

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-
Java Concurrency in Practice
Language: en
Pages: 428
Authors: Brian Goetz
Categories: Java (Computer program language).
Type: BOOK - Published: 2006 - Publisher: Pearson Education

GET EBOOK

©2006 Book News, Inc., Portland, OR (booknews.com).
Concurrent Programming in Java
Language: en
Pages: 426
Authors: Douglas Lea
Categories: Computers
Type: BOOK - Published: 2000 - Publisher: Addison-Wesley Professional

GET EBOOK

Software -- Programming Languages.
Java Threads
Language: en
Pages: 350
Authors: Scott Oaks
Categories: Computers
Type: BOOK - Published: 1999 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Threads (Computer programs).
Java Threads and the Concurrency Utilities
Language: en
Pages: 208
Authors: JEFF FRIESEN
Categories: Computers
Type: BOOK - Published: 2015-12-16 - Publisher: Apress

GET EBOOK

This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java develope