03-21-06 01:08 PM
Matthew wrote:
> Hi:
>
> I have started to refresh my UNIX programming skills. I have the book
> Advanced programming in the UNIX Environment by W. Richard Stevens ,
> first edition. I have noticed that there is a second edition out
> there. From browsing the table of contents, the major updates are some
> new chapters on threading and network printing.
>
> Would I be wasting my time looking at the first edition for chapters
> that do not seem to have changed?
>
> Thank You
>
> Matthew
>
It would not be a waste of your time. I have both editions and while I
haven't read the 2nd one too closely, what it does have in addition to
the extra/replaced chapters is an updated platform/os support list for
many of the functions. However even in the 2nd edition his linux
testbed is 2.4.22. I think just about all the basics are the same.
One thing that is lacking is that most, if not all the IPC covered in
the book is still Sys V. I myself prefer Posix IPC - which is covered
in the Steven's UNIX Network programming Vol 2. I thought it might have
made it into this edition since I think it's gained in popularity.
Joe
[ Post a follow-up to this message ]
|