logo
分类于: 互联网 职场办公

简介

UNIX网络编程 卷2: 进程间通信

UNIX网络编程 卷2: 进程间通信 9.4分

资源最后更新于 2020-08-19 16:00:09

作者:[美] W·Richard Stevens

出版社:人民邮电出版社

出版日期:2009-01

ISBN:9787115215116

文件格式: pdf

标签: 网络编程 UNIX 网络 计算机 Linux 编程 Programming 经典

简介· · · · · ·

《UNIX网络编程 卷2:进程间通信(英文版·第2版)》是一部UNIX网络编程的经典之作。进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。《UNIX网络编程 卷2:进程间通信(英文版·第2版)》从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris 门、Sun RPC)。附录中给出了测量各种IPC形式性能的方法。

《UNIX网络编程 卷2:进程间通信(英文版·第2版)》内容详尽且具权威性,几乎每章都提供精选的习题,并提供了部分习题的答案,是网络研究和开发人员理想的参考书。

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

part ⅰ introduction
chapter 1 introduction
1.1 introduction
1.2 processes, threads, and the sharing of information
1.3 persistence of ipc objects
1.4 name spaces
1.5 effect of fork, exec, and exit on ipc objects
1.6 error handling: wrapper functions
1.7 unix standards
1.8 road map to ipc examples in the text
1.9 summary
chapter 2 posix ipc
2.1 introduction
2.2 ipc names
2.3 creating and opening ipc channels
2.4 ipc permissions
2.5 summary
chapter 3 system v ipc
3.1 introduction
3.2 key_t keys and ft:ok function
. 3.3 ipc_perm structure
3.4 creating and opening ipc channels
3.5 ipc permissions
3.6 identifier reuse
3.7 ipcs and ~porto programs
3.8 kernel limits
3.9 summary
part 2 message passing
part 3 synchronization
part 2 shared memory
part 2 remote procedure calls
epilogue
appendix a
appendix b
appendix c
bibliography
index