Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » Java Concurrency in Practice  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Beginner's Guides
General
JavaBeans
Reference
Servlets
New Releases
Maven: The Definitive Guide
Pro Spring 2.5 (Pro)
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides)
Wicket in Action (In Action)
Integrating and Extending BIRT (2nd Edition) (Eclipse Series)
Stripes: ...and Java web development is fun again
JBoss in Action: Configuring the JBoss Application Server
Introduction to Neural Networks for Java, 2nd Edition
BIRT: A Field Guide to Reporting (2nd Edition) (Eclipse Series)
Objects First With Java: A Practical Introduction Using BlueJ (4th Edition)
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
Effective Java (2nd Edition) (Java Series)
Head First Java, 2nd Edition
Head First Design Patterns (Head First)
Spring in Action
SCJP Sun Certified Programmer for Java 6 Exam 310-065
Maven: The Definitive Guide
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)
Head First JavaScript (Head First)
Java Concurrency in Practice
Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))

Java Concurrency in Practice

Java Concurrency in Practice

zoom enlarge 
Authors: Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Publisher: Addison-Wesley Professional
Category: Book

List Price: $54.99
Buy New: $28.93
You Save: $26.06 (47%)



New (36) Used (10) from $28.93

Avg. Customer Rating: 5.0 out of 5 stars 50 reviews
Sales Rank: 6131

Media: Paperback
Number Of Items: 1
Pages: 384
Shipping Weight (lbs): 1.3
Dimensions (in): 9.1 x 6.9 x 0.9

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

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

Editorial Reviews:

Product Description
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:   Read 45 more reviews...

5 out of 5 stars The best book on Java concurrency out there.   September 4, 2008
 1 out of 1 found this review helpful

As others have written, this is the best book out there on Java concurrency. I am a decent journeyman coder, not a guru, and this helped me wrap my head around what is involved with concurrency. Concurrency is in many ways orthogonal to the rest of Java programming, so it's good to get a clear and authoritative guide. I still avoid multi-threading whenever possible, but if I have to go there, I reach for this book.


4 out of 5 stars Excellent book for Java 1.5 Concurrency   August 30, 2008
 0 out of 1 found this review helpful

This is a very nice book to get to know all the tools of Java 5 for concurrency support.


5 out of 5 stars Best Java Concurrency Book -must read.   July 26, 2008
 1 out of 1 found this review helpful

This is the very best book available on concurrency. It covers all the Java 5.0 paradigms and goes from the explanation of volatile/final/mutable/immutable to advanced topics like re-entrant locks.
The best part about the book is Mr Yuk an icon to denote really bad thread unsafe code examples and comparison to different implementations that are correct -you will see from the first day onwards the mistakes that you have been making in your existing code. Very practical; Good explanation, lots of sample code.

Close your eyes look no further and get this book -you will not regret it.



5 out of 5 stars awesome book on concurrency   July 14, 2008
 1 out of 1 found this review helpful

An awesome book on concurrency that all Java programmers ought to read before embarking on anything more complicated than the primordial Hello World application.


5 out of 5 stars Title should be: Java Thread Bible   June 28, 2008
 1 out of 1 found this review helpful

After reading this book you will probably thank God that you haven't been using threads, but with that being said this book contains all the information you need to start writing code that walks the straight and narrow path.

Powered by Associate-O-Matic