Multithreaded Programming with Windows NT Review

Multithreaded Programming with Windows NT
Average Reviews:

(More customer reviews)
This book offers good solutions, overall. But it's advice is ocasionally flawed fatally. Within the first couple chapters, for example, the authors write all of their examples to call TerminateThread(), which is a fatal and unforgivable mistake that results in nothing more than unstability. Worse, throught the book, they code threads that use the C runtime libraries but start the threads with the CreateThread() API--that causes the runtime libraries to not correctly initialize or shutdown in all cases, and that results in memory leaks and unstability. While the authors clearly treat deadlocks and thread programming models, their implementations are still mortally flawed. A score of 10 for great abstract descriptions plus a score of 1 for terribly poor implementations and samples results in a score of five.

Click Here to see more reviews about: Multithreaded Programming with Windows NT

Windows NT is coming back as a subject. This book brings multithreading to the Windows NT operating system. It covers a specialized area of interest to programmers--multitasking computer operations. One current application that the authors cover is video on demand, bringing together the cable and movie industries.

Buy Now

Click here for more information about Multithreaded Programming with Windows NT

0 comments:

Post a Comment