UNIX Network Programming, Volume 2: Interprocess Communications by W. Richard Stevens


UNIX Network Programming, Volume 2: Interprocess Communications
Title : UNIX Network Programming, Volume 2: Interprocess Communications
Author :
Rating :
ISBN : 0130810819
ISBN-10 : 9780130810816
Language : English
Format Type : Hardcover
Number of Pages : 592
Publication : First published September 4, 1998

Well-implemented interprocess communications (IPC) are key to the performance of virtually every non-trivial UNIX program. This book provides coverage of various forms of IPC, including message passing, synchronization, shared memory, and Remote Procedure Calls (RPC). It offers a basic introduction to IPC and the problems it is intended to solve.