Customer Reviews


7 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (3)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


1 of 2 people found the following review helpful:
5.0 out of 5 stars An excellent treatise on Multi-Threading - for the professional
I can't emphasize how excellent this book is. It not only goes to great lengths to explain the intricacies of how MultiThreading works, but it also cleverly shows how things can go wrong. It also provides algorithms for synchronizing events without creating deadlocks.

Highly recommended.
Published on February 17, 2009 by John A. Perez

versus
8 of 10 people found the following review helpful:
2.0 out of 5 stars You will be better served elsewhere
As a Java engineer, I cannot really recommend this book. While the authors are definitely knowledgeable about their subject, they do not do a good job in communicating their knowledge to a reader. The book reads like a doctoral thesis, poorly organized, not well laid out. Brian Goetz book on Concurrency is a much better book.
Published on April 28, 2008 by Indikos


Most Helpful First | Newest First

8 of 10 people found the following review helpful:
2.0 out of 5 stars You will be better served elsewhere, April 28, 2008
By 
Indikos (Fairfax, Va) - See all my reviews
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
As a Java engineer, I cannot really recommend this book. While the authors are definitely knowledgeable about their subject, they do not do a good job in communicating their knowledge to a reader. The book reads like a doctoral thesis, poorly organized, not well laid out. Brian Goetz book on Concurrency is a much better book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars Subject are not presented well, June 16, 2008
By 
Cumhur Guzel (Sydney, NSW, Australia) - See all my reviews
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
Even though title suggests it is 'modern multithreading', this book reiterates typical multithreading issues. However subjects addressed are not presented well enough and code snippets are not explained properly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 8 people found the following review helpful:
3.0 out of 5 stars Like a grad. level paper: Helpful, if you can read it., October 5, 2006
By 
P. E. Chaintreuil "philippe23" (Lee Center, NY United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
I got this book hoping for helpful ideas on how to debug multithreaded programs. This book has them, but the writing isn't that clear or readable. It reads like a grad. level paper more than a standard technical book that most of us are used to.

The book lightly covers standard multithreading concepts and objects, but you're better off learning those someplace else because I'm sure it's explained in more "laymen" terms elsewhere. The one thing this book does do well is offer a way for you to write mutexes, semaphores, monitors, etc. in a way that would allow you to replay a given run of a multithreaded program (assuming you also can reproduce the input to said program somehow). If you know how to debug a single threaded application, this ability makes it easier to debug a multithreaded program. (As things become determisitic.)

However, if you already have a program that you're trying to debug, you end up out of luck, unless you want to port your program to use these new libraries.

Also note that all the examples in this book are for C++ or Java. C doesn't have the object-oriented abilities that would be needed to easily use the examples.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars An excellent treatise on Multi-Threading - for the professional, February 17, 2009
By 
Amazon Verified Purchase(What's this?)
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
I can't emphasize how excellent this book is. It not only goes to great lengths to explain the intricacies of how MultiThreading works, but it also cleverly shows how things can go wrong. It also provides algorithms for synchronizing events without creating deadlocks.

Highly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent Book If You Have Atleast a Basic Knowledge of Threading, November 9, 2007
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
This book is simply excellent. I have already completed my bachelors degree in Computer Science, which means I only had a basic understanding of threading from my Distributed Computing class. So, I knew a whole bunch of thread jargon and slightly understood how threads are created and what the critical section problem is, as well as a basic understanding of how semaphores can solve the problem. Beyond that, the book has taught me what goes on behind the scenes of thread creation and why critical sections can be so complicated. The average Computer Science student is not interested in how it works behind the scenes, only how to make it work for their current needs. This book, while useful to a more adept coder, will not quickly and easily fulfill that requirement. It is definitely geared toward those that are really serious about multithreading and intend to test/use their threading knowledge over and over again. If that is you and you don't really understand threading too well, this book can take you from novice to expert in only a few months.

I'd definitely recommend it to my co-workers!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 4 people found the following review helpful:
4.0 out of 5 stars quite a god book, November 24, 2007
Amazon Verified Purchase(What's this?)
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
this book is awesome and also very clear to understand, it help you fix very common mistakes with real life examples. all the code is focused on a common classes between C++/java, the only cons is this book don't use linux pthreads instead use win32 version of pthreads so be carefull because the examples on their website won't compile in linux without adjustment.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 3 people found the following review helpful:
3.0 out of 5 stars Concepts are nice but reading it is terse, August 13, 2007
This review is from: Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs (Paperback)
I think it was a pretty decent writing but certain parts can be hard to follow and i thought a combination of code + graphics would make it an even better read
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs
$92.95 $67.96
In Stock
Add to cart Add to wishlist