Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs Review by Dayle L. Flowers
Excellent Book If You Have Atleast a Basic Knowledge of Threading
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!