Customer Reviews


11 Reviews
5 star:
 (7)
4 star:
 (3)
3 star:
 (1)
2 star:    (0)
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


19 of 19 people found the following review helpful:
5.0 out of 5 stars This one is a Keeper
Here's what I liked about the book:

(1) It provides simple explanation of central concepts and issues around multithreaded programming. This knowledge is platform independent.

(2) Provides clear explanation of Win32 specific API and Kernel Objects, knowledge that is necessary to do Multithreaded Programming on most Microsoft Platforms.

(3) Builds a simple C++...

Published on March 16, 2000 by Jaideep Baphna

versus
5 of 7 people found the following review helpful:
3.0 out of 5 stars Ok book... but wrapper class is more of a distraction
The first five chapters are above average. I considered the wrapper class a distraction from the main topic and would have preferred more examples. This book is definately not for the novice and would be better for the experienced MT programmer whose looking for a quick refresher. If you are looking for a beginner's MT book keep looking as this one is not for you.
Published on September 6, 2000


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

19 of 19 people found the following review helpful:
5.0 out of 5 stars This one is a Keeper, March 16, 2000
This review is from: WIN32 Multithreaded Programming (Paperback)
Here's what I liked about the book:

(1) It provides simple explanation of central concepts and issues around multithreaded programming. This knowledge is platform independent.

(2) Provides clear explanation of Win32 specific API and Kernel Objects, knowledge that is necessary to do Multithreaded Programming on most Microsoft Platforms.

(3) Builds a simple C++ based OO Wrapper class Library for Multithreaded programming that elegantly conceals Win32 APIs idiosyncrasies.

(4) Also builds additional higher Level OO Abstractions (like Monitors) that Win32 does not need to support directly but Programmers need often.

(5) Great illustrations of Multithreading problems, solutions and Patterns through the trailing part of the book.

(6) Code and Diagrams abound.

What's there not to like?

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


6 of 6 people found the following review helpful:
5.0 out of 5 stars Very useful class libraries included in this book..., May 3, 1999
By A Customer
This review is from: WIN32 Multithreaded Programming (Paperback)
This is one of the best books I've ever read. Before reading this book, I didn't have experience of multithreaded programming in Windows NT. The class libraries inside give me a good paradigm on how to write safe multithreading codes, and help me to finish the software development at my job as soon as possible. I honestly appreciate that the authors made their efforts to write this excellent book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars A must have for your library, April 4, 1999
By A Customer
This review is from: WIN32 Multithreaded Programming (Paperback)
One of the best book on programming I have ever read. The book expands your brain to think in parallel. The included class libraries (C++) are excellent building blocks and I use them all the time in my own projects.

The debugging and exception advice is spot on.

Although the book never mentions WinSock-2 anywhere, it gives you a full understanding of kernel event objects necessary to impliment event-based socket code.... Should you feel the need to as I did.

Beginners to C++, should learn C++ first before buying this book.

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


3 of 4 people found the following review helpful:
4.0 out of 5 stars The only book you need for multithreading on windows., October 28, 1999
This review is from: WIN32 Multithreaded Programming (Paperback)
Excellent book on multithreading. I like the way the thread library was built into the learning process. Maybe it was not appropriate but I would have liked to see something on RPC threads also. Another O'Reilly kudo.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 7 people found the following review helpful:
3.0 out of 5 stars Ok book... but wrapper class is more of a distraction, September 6, 2000
By A Customer
This review is from: WIN32 Multithreaded Programming (Paperback)
The first five chapters are above average. I considered the wrapper class a distraction from the main topic and would have preferred more examples. This book is definately not for the novice and would be better for the experienced MT programmer whose looking for a quick refresher. If you are looking for a beginner's MT book keep looking as this one is not for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 10 people found the following review helpful:
4.0 out of 5 stars Not a good book for the multithreading novice., May 10, 1998
By 
This review is from: WIN32 Multithreaded Programming (Paperback)
This is the first O'Reilly book I've ever read that I cannot wholeheartedly recommend.

The introduction to the book states the it is aimed at the novice. However, the examples in the book contain several novice mistakes. The book also glosses over a few point that an experienced MT programmer would understand, but would be baffling to a novice. I also found a few Win32 mistakes such as their handling of redirection of standard in, out, and error.

If you know MT and Win32, it's probably a good book. If you don't keep looking.

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


6 of 9 people found the following review helpful:
4.0 out of 5 stars Great book!, January 3, 2000
By 
Dan Hintz (Colorado Springs, CO) - See all my reviews
This review is from: WIN32 Multithreaded Programming (Paperback)
This is a great book! It covers kernel objects in detail (mutexes, semaphores, etc.), with simple example code. It also covers methods of interthread communication (memory mapped files, anonymous pipes, etc.). It does not, however, cover the different Win32 threading models (single, apartment, etc.) at all. This is a good book for understanding the basics of Win32 multithreading concepts.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Win32 Multithreaded Programming Review, October 4, 2005
This review is from: WIN32 Multithreaded Programming (Paperback)
Good overview for how most operating systems work. In depth implementation overview for the different type of kernel objects that can be used via Win32 API to sync your windows threads. Good examples of syncing situations.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars A very good book on multithreading, November 18, 2000
By A Customer
This review is from: WIN32 Multithreaded Programming (Paperback)
I have not seen a better book on multithreading than this one...
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 A lot of useful techniques, March 8, 2001
By 
This review is from: WIN32 Multithreaded Programming (Paperback)
I do not deny that the style of writing can be terse at some points. However this book covers a lot of ground on how to write a good , thread safe codes. The class included has provided a lot of usable codes that can be used in complex sowftware projects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

WIN32 Multithreaded Programming
WIN32 Multithreaded Programming by Aaron Cohen (Paperback - December 8, 1997)
Used & New from: $0.38
Add to wishlist See buying options