About Us | Contact Us | Help
Windsorbooks.com

 Location:  Home » Books » Java Concurrency in Practice  
Categories
Books
Audio Books
Video Games
Music
Movies
Text Books
Times Best Sellers
Best of 2007
Gift Ideas
Subcategories
Paperback
Mass Market
Trade
Related Categories
• Textbook Buyback
Specialty Stores
Books
• General
Java
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
• Bloch, Joshua
Authors 2
Authors (feature_four_browse-bin)
Unlaunched Refinements
Refinements
• Programming Languages
Computer Science
New & Used Textbooks
Specialty Boutique
Books
• General AAS
Computer Science
New & Used Textbooks
Specialty Boutique
Books
• General AAS
New & Used Textbooks
Specialty Boutique
Books

Java Concurrency in Practice

Java Concurrency in PracticeAuthors: Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Publisher: Addison-Wesley Professional
Category: Book

List Price: $59.99
Buy New: $30.94
as of 7/29/2010 12:00 EDT details
You Save: $29.05 (48%)



New (32) Used (12) from $30.94

Seller: sendthisbook
Rating: 5.0 out of 5 stars 68 reviews
Sales Rank: 8106

Media: Paperback
Pages: 384
Number Of Items: 1
Shipping Weight (lbs): 1.5
Dimensions (in): 9.2 x 6.9 x 1.1

ISBN: 0321349601
Dewey Decimal Number: 005.133
EAN: 9780321349606
ASIN: 0321349601

Publication Date: May 19, 2006
Availability: Usually ships in 1-2 business days

Accessories:


Similar Items:


Editorial Reviews:

Product Description

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."
--Martin Buchholz
JDK Concurrency Czar, Sun Microsystems

"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."
--Doron Rajwan
Research Scientist, Intel Corp

"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."
--Ted Neward
Author of Effective Enterprise Java

"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."
--Kirk Pepperdine
CTO, JavaPerformanceTuning.com

"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."
--Dr. Cliff Click
Senior Software Engineer, Azul Systems

"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."
--Dr. Heinz Kabutz
The Java Specialists' Newsletter

"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."
--Bruce Tate
Author of Beyond Java

"Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."
--Bill Venners
Author of Inside the Java Virtual Machine

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





Customer Reviews:
Showing reviews 1-5 of 68
1 2 3 4 5 6 ...14Next »



5 out of 5 stars Great book! Highly recommended.   June 21, 2010
lttldrgn (Florida)
1 out of 1 found this review helpful

Before purchasing this book I borrowed it from a friend. Unfortunately he needed it back before I could finish, but it didn't matter because I had already decided it should be part of my Java book collection. It fits right in with my other two favorite Java books, Effective Java and Java Puzzlers. This book does a great job of explaining concurrency in the Java language and the best practices. The book not only gives examples of what you should do, but also what not to do. The majority of the book describes Java concurrency practices at higher levels, but the last chapter also describes the Java Memory Model for those wanting to tie it all together. I would consider this book to be for intermediate and advanced Java programmers. As the book states, it is not an introduction to concurrency so you should at least have a good understanding of Java threading basics before jumping in.


3 out of 5 stars Good for beginners, but a drag otherwise   June 6, 2010
kartheek (CA USA)
1 out of 4 found this review helpful

I am surprised to find the majority of the reviewers rated this book 5. I find that this book is loaded with noise and you will have to wade through the authors excessive obsession to state the obvious over and over again, even in its "advanced topics" section. Such as:

"Performance is a moving target; yesterday's benchmark showing that X is faster than Y may already be out of date today."

Also, some of its examples uses non-standard annotations - @ThreadSafe, @GuardedBy, @NotTheadSafe, etc - that the authors hoped will be part of the JavaSE 7.0 release. (NOTE that this book was written when Java 6 was in beta stage)



5 out of 5 stars Great book!   May 16, 2010
Nardino Nicola
1 out of 1 found this review helpful

The most comprehensive java threads book I have ever read. It gives an in depth knowledge of Multithreading issues and how to address them in many different ways, either by using the java.util.concurrent package or by the primitives wait/notify/notifyAll. As to the latters, it sheds a clear light on how to avoid issues like missing signals and othersl.


5 out of 5 stars Absolutely essential.   April 17, 2010
Cyrus Master (Riverdale, UT)
1 out of 1 found this review helpful

The existing positive reviews do a good job in justifying why you should read this book. It is a must-read for any intermediate Java developer.


5 out of 5 stars Disturbing and terrific   April 3, 2010
Diego Bravo Estrada (Miami Beach, Florida United States)
1 out of 1 found this review helpful

The book is a must read for reasons other reviewers already have told. For me the main issue is the shocking discovery of the complexity involved in doing even basic multi-threading programming, in a world of tutorials and even books that try to convince you on the contrary.

Also, this book clarifies a lot of obscure semantic points in the threading classes (for example, the handling and "rethrowing" of interruptions) and open your eyes on subjects hidden in the specs that most developers will never read nor understand at all (like most thread visibility issues.)

With that foundation, the description of the Java 5's "util.concurrency" package is pretty solid; the book is not focused on the "how to use" (you can check the javadocs), but on the "why" of the several provided implementations, so you can deduce the "where" to apply them (the book's authors also participated in the design of those concurrency utilities.)

At risk of sounding repetitive, this book is a must read for any Java developer since most of them are currently involved directly or indirectly in MT programming (for example, inside a servlet environment.)


Showing reviews 1-5 of 68
1 2 3 4 5 6 ...14Next »


CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
Copyright © Windsorbooks.com 1996 – 2008.
Online since 1996
Ad unit2 160x90
Sponsors Ad
Ad unit3 120x240
Sponsors Ad
Your Title Here globalpetvillage
Sponsors Ad
books and gifts