<< Prev | Beej's Guide to Unix IPC | Next >> |
Here are some books that describe some of the procedures I've discussed in this guide, as well as Unix details in specific:
Unix Network Programming, volumes 1-2 by W. Richard Stevens. Published by Prentice Hall. ISBNs for volumes 1-2: 0131411551, 0130810819.
Advanced Programming in the UNIX Environment by W. Richard Stevens. Published by Addison Wesley. ISBN 0201433079.
Bach, Maurice J. The Design of the UNIX Operating System. New Jersey: Prentice-Hall, 1986. ISBN 0132017997.
UNIX Network Programming Volume 2 home page—includes source code from Stevens' superfine book
The Linux Programmer's Guide—in-depth section on IPC
UNIX System Calls and Subroutines using C—contains modest IPC information
The Linux Kernel—how the Linux kernel implements IPC
There are Linux manual pages. If you run another flavor of Unix, please look at your own man pages, as these might not work on your system.
accept(),
bind(),
connect(),
dup(),
exec(),
exit(),
fcntl(),
fileno(),
fork(),
ftok(),
getpagesize(),
ipcrm,
ipcs,
kill,
kill(),
listen(),
lockf(),
lseek() (for the l_whence field in
<< Prev | Beej's Guide to Unix IPC | Next >> |