Beej's Guide to Unix Interprocess Communication
by Brian "Beej Jorgensen" Hall
2007
Number of pages: 54
Description:
This document discusses several methods of Interprocess Communication (IPC), some of which are better suited to certain tasks than others. If you know C or C++ and are pretty good using a Unix environment (or other POSIXey environment that supports these system calls) these documents are for you.
Download or read it online for free here:
Download link
(HTML, PDF, PS)
Similar books
UNIX Systems Programming for SVR4by David A. Curry - O'Reilly
The nitty gritty details on how UNIX interacts with applications. If you're working on any System V Release 4 platform, you'll find this book indispensable. It contains examples on topics ranging from string manipulation to network programming.
(9889 views)
Advanced Bash-Scripting Guideby Mendel Cooper - Lulu.com
This text progresses rapidly toward an advanced level of instruction, it is a textbook, self-study manual, reference and source of knowledge on UNIX shell scripting. The exercises and examples invite reader participation. Suitable for classroom use.
(15897 views)
UNIX System Security: A Guide for Users and System Administratorsby David A. Curry - Addison-Wesley
The first up-to-date source to provide the UNIX system user or administrator with the information needed to protect data and system from unauthorized use. By following the procedures described, you can protect your UNIX system from most attackers.
(7759 views)
Bash Guide for Beginnersby Machtelt Garrels
Useful concepts in the daily life of a Bash user. Basic shell knowledge is required. Discussion about common shell practices and building blocks, grep, awk and sed tools with more examples. The second part is about loops, functions and traps.
(17124 views)