S'ware Metrics Home

Book Store PMP Books PDAs
S'ware Metrics Six Sigma LCD Monitors
Requirements Management PMBOK Books
Team Building Use Case DVD Players

C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns (C++ In-Depth Series)


C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns (C++ In-Depth Series)

C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns (C++ In-Depth Series)

List Price: $49.99
Our Price:
$40.87
Availability: Usually ships in 24 hours


Manufacturer: Addison-Wesley Professional
Author: Douglas C. Schmidt
Binding: Paperback
Publication Date: 2001-12-20
Publisher: Addison-Wesley Professional
Label: Addison-Wesley Professional
Number Of Pages: 336
Features:


Editorial Review:
Provides practical solutions for developing and optimizing complex distributed systems using the ACE, a revolutionary open-source framework that runs on dozens of hardware platforms and operating systems. Guides software professionals through the traps and pitfalls of developing efficient, portable, and flexible networked applications. Softcover.
Cached date: AWS Called=true

You may also be interested in these products:
C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks (C++ In-Depth Series)
C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks (C++ In-Depth Series)
The ACE Programmer's Guide: Practical Design Patterns for Network and Systems Programming
The ACE Programmer's Guide: Practical Design Patterns for Network and Systems Programming
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects
The C++ Standard Library: A Tutorial and Reference
The C++ Standard Library: A Tutorial and Reference


These categories may also be of interest to you:


Customer Reviews
Average Customer Rating: 4.5

Chapters can be organized better 2008-06-17
This book provided a decent introduction to ACE. However, language is little terse and presentation is not as good as ACE Programmer's book. I most liked the boxed explanations in the book, this style should have been all over the book.


Above a C+ 2008-03-16
My husband needed this to further his knowledge at work. Was worth the price and easy to understand for him, anyway


Not sure who this book is aimed at 2008-02-19
The blurb for this book calls it authoritative. And it is authoritative in the sense that it is written by the people behind ACE. But it is not authoritative in the sense that it isn't a complete reference.

As somebody who has written native code for handling Sockets, process management, threading etc on various platforms, then over time integrated OO and patterns to make it easier to use (including across platforms), and slowly worked my way towards what I consider a definitive way of doing things, I find reading this book interesting in that it's like a tick list to which I can go "yeap, I found that too" with just the odd "ooh, actually I would do that differently in this specific situation, but for the general case yes that's how I do it too". So, for me this book is interesting now, but if I was new to ACE (I'm not) or new to the underlying platform APIs I am not so sure how interesting I would find it. It gives more of a taster of what ACE can do than providing a complete tutorial. It gives more of a justification of why ACE does things the way it does rather than provide a complete reference. So, interesting for me now, but I'm really not sure who the book is aimed at. It could be used as one step of a tutorial, giving familiarity of what ACE can do, if not enough detail to really do serious stuff. It could be used to persuade people that it's usually better to use ACE than invest time and money re-inventing the wheel... Otherwise, I just don't know...

Is ACE worth using? Most of the time, yes. If you need a book about ACE then this is probably the place to start, but online is the place to find the detailed information that you will need when using it.



2nd volume C++ network programming architecture 2007-09-14
The 2nd volume is a complement to the first.The 1st one talks for portable source code and wrapper classes. The second one concentrates on deisgn patterns & all issues in C++ network programming architecture .
Again i say dont reinvent the wheel , give ACE a look.



Excellent reading for any network programmer 2003-09-17
This is an excellent reading for any network programmer. More than ACE itself the concepts covered are of a great value. I am a beginner to intermediate network programmer, but an experienced programmer otherwise, and found this to be an extremely valuable resource in terms tackling large application frameworks from the ground up. The concepts are precise upto the point but extremely easy to read and digest. Of course, the book is assuming that you know quite a bit of every thing else that is not covered here. There are quite a bit of things that are totally missing or not correct based on the OS and the advances in Posix threading. Nevertheless this is an excellent source for any network programmer.