#pragma implementation
#pragma interface
MAP_DENYWRITE
MAP_EXECUTABLE
MAP_FIXED
MAP_GROWSDOWN
MAP_LOCKED
MAP_NORESERVE
MAP_PRIVATE
MAP_SHARED
memcpy library function
mmap system call
msync system call
munmap system call
PROT_EXEC
PROT_NONE
PROT_READ
PROT_WRITE
setbuf library function
Shared memory
SHM_LOCK
SHM_RND
SHM_UNLOCK
shmat system call
shmctl system call
shmdt system call
shmget system call
SHMLBA
SHMMAX
SHMMIN
SHMMNI
SHMSEG
Programs and Processes
Processing Environment
Using Processes
Primitive Communications
Pipes
Message Queues
Semaphores
Shared Memory
Remote Procedure Calls
Sockets
Threads
Appendix A. Using Linux Manual Pages
Appendix B. UNIX Error Messages
Appendix C. RPC Syntax Diagrams
Appendix D. Profiling Programs