1 / 1008
文档名称:

Prentice Hall - Unix Systems Programming.pdf

格式:pdf   页数:1,008
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Prentice Hall - Unix Systems Programming.pdf

上传人:bolee65 2014/4/18 文件大小:0 KB

下载得到文件列表

Prentice Hall - Unix Systems Programming.pdf

文档介绍

文档介绍:[ Team LiB ]

• Table of Contents
Unix™ Systems Programming: Communication, Concurrency, and Threads
By Kay A. Robbins, Steven Robbins

Publisher: Prentice Hall PTR
Pub Date: June 17, 2003
ISBN: 0-13-042411-0
Pages: 912
pletely updated classic (originally titled Practical UNIX Programming) demonstrates
how to plex software to get the most from the UNIX operating system. UNIX
Systems Programming provides a clear and easy-to-understand introduction tothe essentials of
UNIX programming. Starting with short code snippetsthat illustrate how to use system calls,
Robbins and Robbins movequickly to hands-on projects that help readers expand their skill
levels.
This practical guide thoroughly munication, concurrency,and multithreading.
Known for prehensive and lucid explanations plicated topics such as signals and
concurrency, the book features practical examples, exercises, reusable code, and simplified
libraries for use munication 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 server
performance. The sample material has been tested extensively in theclassroom.
[ Team LiB ]
[ Team LiB ]

• Table of Contents
Unix™ Systems Programming: Communication, Concurrency, and Threads
By Kay A. Robbins, Steven Robbins

Publisher: Prentice Hall PTR
Pub Date: June 17, 2003
ISBN: 0-13-042411-0
Pages: 912
Copyright
About the Web Site
Preface
Acknowledgments
Part I: Fundamentals
Chapter 1. Technology's Impact on Programs
Section . Terminology of Change
Section . Time and Speed
Section . Multiprogramming and Time Sharing
Section . Concurrency at the Applications Level
Section . Security and Fault Tolerance
Section . Buffer Overflows for Breaking and Entering
Section .