ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Making UNIX and Windows NT Talk
Author:
Mark Nadelson&Tom Hagan
ISBN:
0 87930 584 3
Publisher:
CMP Books
Pages:
481pp+CD
Price:
$44-95
Reviewer:
Joe McCool
Subject:
unix; networks
Appeared in:
13-1
This book is not what I had expected. I was expecting something to discuss Samba and SCO's VisionFS, ftp, telnet, etc. in other words high level communications, something the super user might concern himself with. No, this volume is much more technical and certainly not for the faint hearted.

An introduction gives a flavour of the two OSs. I found a lot of the criticisms of Unix no longer true; expensive (not with Linux), complex command line syntax (not with menus and shell scripts), non-native GUI (who cares!).

Material covered ranges from Unix building blocks (the file system, semaphores, forking and daemons) right through to creating TCP socket protocol classes and the problems of GUI processes when implementing socket communication under NT.

The accompanying CD contains code for both Unix and NT, but I was unable to verify it. The NT stuff relies on the presence of Microsoft Visual C++ version 5.0 and the Unix stuff relies on Sun's C++ compiler. I have access to neither.

So if you are serious about C++ code to resolve domain name and IP address resolution or if you are concerned with inter-platform communication using sockets, then have a look at this title. (You'll need to be proficient with C++.) However, if your interest in automating ftp scripts, or how to bring up a Unix box in Network Neighbourhood, then look elsewhere.