UNIX Systems Programming: Communication, Concurrency and Threads: Communication, Concurrency and Threads

Series
Prentice Hall
Author
Kay Robbins / Steve Robbins  
Publisher
Pearson
Cover
Softcover
Edition
2
Language
English
Total pages
912
Pub.-date
December 2015
ISBN13
9780134424071
ISBN
0134424077
Related Titles


Product detail

Product Price CHF Available  
9780134424071
UNIX Systems Programming: Communication, Concurrency and Threads: Communication, Concurrency and Threads
98.40 approx. 7-9 days

Description

Appropriate for all intermediate-to-advanced courses in UNIX or Linux programming.

This fully updated UNIX classic covers everything students need to know to master UNIX threads, TCP/IP, and RPC programming—with reusable code examples that explain syntax every step of the way. The authors explain the fundamentals of UNIX programming, focusing on communication, concurrency, and multithreading techniques: how they work, when to use them, and how to use them most effectively. This Second Edition includes entirely new chapters on programming for the Web and multicasting, as well as thoroughly revised and updated coverage of RPC. Coverage also includes files, signals, semaphores, POSIX threads, and client-server communication. The authors illustrate the best ways to write system calls, they present several hands-on projects designed to help students quickly improve their skills. Throughout, the authors present short code examples and simplified network communication libraries, demonstrating how to design complex software to achieve the best possible reliability and performance.

Features

The Second Edition of a UNIX programming classic that shows how to design complex software to get the best from the UNIX operating system.

° Learn UNIX essentials with a concentration on communication, concurrency, and multithreading techniques

° Full of ideas on how to design and implement good software along with unique projects throughout

° Excellent companion to Stevens' Advanced UNIX System Programming

New to this Edition

  • Thoroughly updated to reflect the latest UNIX programming and networking techniques.
    • Teaches students UNIX programming techniques they will be able to utilize for many years to come.

  • New chapters on Web programming and multicasting.
    • Helps students program Web and media related applications that are in high demand, and are expected to remain in high demand for years to come.

  • Completely revamped coverage of Remote Procedure Calls (RPC).
    • Help students gain stronger mastery of the latest techniques for writing RPCs, and do so more rapidly.

Table of Contents

I. FUNDAMENTALS.

1. Technologys Impact on Programs.


2. Programs, Processes and Threads.


3. Processes in UNIX.


4. UNIX I/O.


5. Files and Directories.


6. UNIX Special Files.


7. Project: The Token Ring.


8. Signals.


II. ASYNCHRONOUS EVENTS.

9. Times and Timers.


10. Project: Virtual Timers.


11. Project: Cracking Shells.


III. CONCURRENCY.

12. POSIX Threads.


13. Thread Synchronization.


14. Critical Sections and Semaphores.


15. POSIX IPC.


16. Project: Producer Consumer Synchronization.


17. Project: The Not Too Parallel Virtual Machine.


IV. COMMUNICATION.

18. Connection-Oriented Communication.


19. Project: WWWRedirection.


20. Connectionless Communication and Multicast.


21. Project: Internet Radio.


22. Project: Server Performance.


APPENDICES.

Appendix A. UNIX Fundamentals.


Appendix B. Restart Library.


Appendix C. UICI Implementation.


Appendix D. Logging Functions.


Appendix E. POSIX Extensions.


Bibliography.


Program Index.


Index.

Back Cover

UNIX Systems Programming: Communication, Concurrency, and Threads by Kay A. Robbins and Steven Robbins

  • UNIX processes, files, and special files
  • Signals and timers
  • POSIX threads, semaphores, and IPC
  • TCP, UDP, multicast, and the Web
  • Features projects on Internet radio, server performance, timers, web caching, and shells

Learn how to design and implement reliable UNIX software whether you are using Linux, Solaris, Mac OS X, or another POSIX-based system.

This completely updated classic (originally titled Practical UNIX Programming) demonstrates how to design complex software to get the most from the UNIX operating system. UNIX Systems Programming provides a clear and easy-to-understand introduction to the essentials of UNIX programming. Starting with short code snippets that illustrate how to use system calls, Robbins and Robbins move quickly to hands-on projects that help readers expand their skill levels.

This practical guide thoroughly explores communication, concurrency,and multithreading. Known for its comprehensive and lucid explanationsof complicated topics such as signals and concurrency, the bookfeatures practical examples, exercises, reusable code, and simplifiedlibraries for use in network communication applications.

A self-contained reference that relies on the latest UNIX standards,UNIX Systems Programming provides thorough coverage of files, signals,semaphores, POSIX threads, and client-server communication. Thisedition features all-new chapters on the Web, UDP, and serverperformance. The sample material has been tested extensively in theclassroom.

PRENTICE HALL

Professional Technical Reference

Upper Saddle River, NJ 07458

www.phptr.com

ISBN: 0-13-042411-0

Author

About the Authors

Kay A. Robbins and Steven Robbins received doctoral degrees from MITand are on the faculty in the Department of Computer Science at theUniversity of Texas at San Antonio.