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 Luis Castillo

quite a god book

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.