» Java Concurrency in Practice
Java Concurrency in Practice Details
Binding: PaperbackDewey Decimal Number: 005.133
EAN: 9780321349606
ISBN: 0321349601
Label: Addison-Wesley Professional
Manufacturer: Addison-Wesley Professional
Number Of Items: 1
Number Of Pages: 384
Publication Date: 2006-05-19
Publisher: Addison-Wesley Professional
Studio: Addison-Wesley Professional
Accessories for Java Concurrency in Practice
Items related to Java Concurrency in Practice
Java Concurrency in Practice Reviews
Customer Rating:




Summary: you're not threadsafe
Comment: you can't just synchronize everything... and that's the point of this book. synchronizing is critical but most of us do it incorrectly without a thorough understanding of the jvm. this book has given me some useful concurrency patterns which are sufficient for good programming practice. the part of the book you need to retain is the 'what' to do, the rest of the 'why' to do it is useful but not critical to improve your code.
Customer Rating:





Summary: The definitive guide to concurrency with Java
Comment: Prior to this book, I spent many years trying to understand concurrency with Java, but I failed. During that time, I actually read four books.
When it comes to concurrency (thread safety and multi-threading), this book is a definitive guide. During the past two years, I have been constantly reading this book. I am still learning.
If you are not familiar with thread safety and Java memory model (as it was my case), you will probably struggle with the first chapters. But it is worth it!
I absolutely recommend this book.
Customer Rating:





Summary: This book build understanding in concurrency from ground up
Comment: This book is an essential resource for developer using the java.util.concurrency classes. It is written in a logical path that allows the reader to learn and understand not just the classes to use in writing concurrent applications but also why to write them using approach A versus B versus C.
The use of negative examples is really what makes this book great.
Although certain parts are a real brain tease (with certain pages taking 20-30 minutes of examination to fully understand) you come out with deep understanding that is lasting.
Bravo!
Customer Rating:





Summary: Superb book.
Comment: Having recently required to use Java in my work I needed a book to help explain the use of concurrency in Java. I have used C++ and Ada extensively in the defence environment for many years working on many multithreaded systems. For concurrency concepts, the book Concurrency in Ada by Burns and Wellings is still the bench mark, however while this is a Java book many of it concepts apply to any multithreaded language. This is a superb book.
Customer Rating:





Summary: Excellent primer for an oft overlooked and misunderstood topic
Comment: The authors correctly point out that this topic, once the realm of advanced programming specialists, is now of concern to all programmers. Technology and the Java language both demand that software artisans understand concurrency and building thread-safe applications. The authors begin with some basics concerning concurrency and defining terms. This is essential since it seems an area where every software engineer seems to have their own definitions and assumptions. With the ground work complete, the authors continue on with various approaches to thread-safety and design considerations.
Included is a discussion of GUI development considerations, performance considerations, and testing strategies. Within an advanced topics section the authors cover explicit locks, custom synchronizers, and the Java memory model with respect to concurrency issues.
The writing style is clear, concise, and readable. Well worth the investment for the beginner or advanced student and sure to be referred to again and again in the future.



