Skip to content

Interprocess Communications

Best in textbook rentals since 2012!

ISBN-10: 0130810819

ISBN-13: 9780130810816

Edition: 2nd 1999 (Revised)

Authors: W. Richard Stevens

List price: $72.51
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Well-implemented interprocess communications (IPC) are key to the performance of virtually every non-trivial UNIX program. In UNIX Network Programming, Volume 2, Second Edition, legendary UNIX expert W. Richard Stevens presents a comprehensive guide to every form of IPC, including message passing, synchronization, shared memory, and Remote Procedure Calls (RPC). Stevens begins with a basic introduction to IPC and the problems it is intended to solve. Step-by-step you'll learn how to maximize both System V IPC and the new Posix standards, which offer dramatic improvements in convenience and performance.
Customers also bought

Book details

List price: $72.51
Edition: 2nd
Copyright year: 1999
Publisher: Prentice Hall PTR
Publication date: 8/25/1998
Binding: Hardcover
Pages: 592
Size: 7.50" wide x 9.75" long x 1.75" tall
Weight: 3.036

Preface
Introduction
Introduction
Posix IPC
System V IPC
Message Passing
Pipes and FIFOs
Posix Message Queues
System V Message Queues
Synchronization
Mutexes and Condition Variables
Read-Write Locks
Record Locking
Posix Semaphores
System V Semaphores
Shared Memory
Shared Memory Introduction
Posix Shared Memory
System V Shared Memory
Remote Procedure Calls
Doors
Sun RPC
Epilogue
Performance Measurements
A Threads Primer
Miscellaneous Source Code
Solutions to Selected Exercises
Bibliography
Index