Selected Product: | Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series) Paperback Edition: 2 Author: Marc J. Rochkind Publisher: Addison-Wesley Professional Release Date: 2004-05-09 ISBN-10: 0131411543 ISBN-13: 9780131411548 List Price: $54.99 Average Customer Rating: | | C Programming Language (2nd Edition) (Prentice Hall Software) ISBN-10: 0131103628 ISBN-13: 9780131103627 List Price:$48.67 The C Programming Language (2nd Edition) ISBN-10: 0131103628 ISBN-13: 0076092003106 List Price:$48.67 Unix Network Programming, Vol. 1: The Sockets Networking API, Third Edition ISBN-10: 0131411551 ISBN-13: 0076092025917 List Price:$74.99 UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) ISBN-10: 0130810819 ISBN-13: 0076092030249 List Price:$73.33 Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Addison-Wesley Professional Computing Series) ISBN-10: 0131411551 ISBN-13: 9780131411555 List Price:$79.99 Advanced Programming in the UNIX(R) Environment (2nd Edition) (Addison-Wesley Professional Computing Series) ISBN-10: 0201433079 ISBN-13: 9780201433074 List Price:$79.99 UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) (The Unix Networking Reference Series , Vol 2) ISBN-10: 0130810819 ISBN-13: 9780130810816 List Price:$78.33 Unix Systems Programming: Communication, Concurrency and Threads, Second Edition ISBN-10: 0130424110 ISBN-13: 0076092012177 List Price:$79.99 UNIX Systems Programming: Communication, Concurrency and Threads (2nd Edition) ISBN-10: 0130424110 ISBN-13: 9780130424112 List Price:$84.99 |
To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series) by Marc J. Rochkind (ISBN-10: 0131411543, ISBN-13: 9780131411548). At this time we have not yet written a review for Advanced UNIX Programming (2nd Edition) (Addison-Wesley Professional Computing Series) by Marc J. Rochkind (ISBN-10: 0131411543, ISBN-13: 9780131411548). Please continue to keep checking back to this page as we are constantly adding reviews. Summaries and Customer Reviews are supplied by Amazon.com The changes to UNIX programming that have taken place since 1985 are extensive to say the least. The first edition of Advanced UNIX Programming is still used and considered to be a must have book on any UNIX programmer's shelf. With this new edition UNIX programmers now have a one-volume, comprehensive, in-depth guide to the essential system-level services provided to them by the UNIX family of operating systems - now including Linux, FreeBSD, and the Mac OS X kernel (Darwin). All UNIX application programs, regardless of what language they are written in, run on top of these services, so mastering them is essential for successful UNIX programming. And, with a movement towards open-source systems, programmers will appreciate the book's emphasis on portability. THE book to get for UNIX programming | Customer Rating: | I am a systems administrator professionally, but I have a need to know the inner workings of UNIX that only seems to be covered in programming books. Specifically relating to certain system calls and interprocess communication methods.
This author has forgotten more about UNIX than I will ever grasp. While this book is dedicated to programming applications in UNIX and understanding the operating system's function calls, I am finding it to be a very handy reference for advanced system administration as well. The book is worth the price just for the chapters on process communication, in my opinion.
I really like the author's writing style. He gets down to business and covers the material without adding a lot of needless fluff or by making the chapters overly wordy.
The book is designed to server as a reference and is well-indexed, which is refreshing to find these days. It's very easy to find a topic you need as not everyone will need the amount of depth covered by each chapter in full.
I wish there were more UNIX books out there like this one. | Informative | Customer Rating: | | The book is good for beginners. All you need to know to get started with Unix/Linux programming. | A very useful reference | Customer Rating: | I bought this book in order to get an overview on what primitives I have available on a unix system for doing system programming. I found the book to be very useful for that purpose.
I use it occasionally.
I also found my peers lending it from me again and again.
To summarize: useful. | The best UNIX programming book that I know of | Customer Rating: | | What's more to say, the title say's it all... Buy it! | Good Coverage | Customer Rating: | This is an exceptional introduction to Unix features that most people won't see in every-day programming. The feature that Rochkind starts with may be the most problematic: portability. There have historically been dozens of Unices (sp?), all slightly different from each other. Even today, there are a number of different implementations in use, with small but maddening incompatibilities between them. Rochkind not only addresses the more common ones, he shows the standards-based ways of dealing with their differences.
After that, Rochkind goes over read/write/open/close/ioctl again, dealing with [a]synchronous subtleties that can mean a 100x difference in performance, backed by code samples and timing measurements. The rest of the book deals with multi-process applications, including communication and distributed processing issues. That includes process groups, interprocess communication (with all its system-dependent weirdness), sockets, and signals.
This isn't for the beginner or for the kernel developer, but never meant to be for either. It is a good, readable introduction to protentially tricky parts of the Unix API. I recommend it strongly to anyone building their own library of Unix references.
//wiredweird |
|