Part 1 Introduction / 简介 1
Chapter 1. Introduction / 简介 3
1.1 Introduction / 概述 3
1.2 Processes, Threads, and the Sharing of Information / 进程、线程与信息共享 5
1.3 Persistence of IPC Objects / IPC对象的持续性 6
1.4 Name Spaces / 名字空间 7
1.5 Effect of fork, exec, and exit on IPC / Objects fork、exec和exit对IPC对象的影响 9
1.6 Error Handling: Wrapper Functions / 错误处理:包装函数 11
1.7 Unix Standards / Unix标准 13
1.8 Road Map to IPC Examples in the Text / 本书中IPC示例的路线图 15
1.9 Summary / 小结 16
Chapter 2. Posix IPC 19
2.1 Introduction / 概述 19
2.2 IPC Names / IPC名字 19
2.3 Creating and Opening IPC Channels / 创建与打开IPC通道 22
2.4 IPC Permissions / IPC权限 25
2.5 Summary / 小结 26
Chapter 3. System V IPC 27
3.1 Introduction / 概述 27
3.2 key_t Keys and ftok Function / key_t键和ftok函数 28
3.3 ipc_perm Structure / ipc_perm结构 30
3.4 Creating and Opening IPC Channels / 创建与打开IPC通道 30
3.5 IPC Permissions / IPC权限 32
3.6 Identifier Reuse / 标识符重用 34
3.7 ipcs and ipcrm Programs / ipcs和ipcrm程序 36