Prev | Contents | Next

12 More IPC Resources

12.1 Books

Here are some books that describe some of the procedures I’ve discussed in this guide, as well as Unix details in specific:

Bach, Maurice J. The Design of the UNIX Operating System. Published by Prentice-Hall, 1986. ISBN 013201799747.

W. Richard Stevens. Unix Network Programming, volumes 1-2. Published by Prentice Hall. ISBNs for volumes 1-2: 013141155148, 013081081949.

W. Richard Stevens. Advanced Programming in the UNIX Environment. Published by Addison Wesley. ISBN 020143307950.

12.2 Other online documentation

UNIX Network Programming Volume 2 home page51—includes source code from Stevens’ superfine book.

The Linux Programmer’s Guide52—in-depth section on IPC.

UNIX System Calls and Subroutines using C53—contains modest IPC information.

The Linux Kernel54—how the Linux kernel implements IPC.

12.3 Linux man pages

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.


Prev | Contents | Next