《UNIX網路編程卷2》這本書由人民郵電出版社於2009年11月出版,作者是W.Richard Stevens。
基本介紹
- 書名:UNIX網路編程卷2
- 又名:UNIX Network Programming, Volume 2 Interprocess Communications (2nd Edition)
- 作者:W.Richard Stevens
- ISBN:9787115215116
- 頁數:561
- 定價:89.00元
- 出版社:人民郵電出版社
- 出版時間:2009-11
- 裝幀:平裝
- 副標題:進程間通信
內容介紹
作者介紹
作品目錄
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