IBM developerWorks 上 《Linux环境进程间通信》系列文章链接


分类:
linux文件系统(61)
作者同类文章 X

1. 深刻理解 Linux 进程间通信(IPC)

http://www.ibm.com/developerworks/cn/linux/l-ipc/index.html


2. Linux 环境进程间通信(一): 管道及有名管道

http://www.ibm.com/developerworks/cn/linux/l-ipc/part1/index.html



3Linux 环境进程间通信(二): 信号(上)

http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index1.html

4. Linux 环境进程间通信(二): 信号(下)
http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index2.html

5. Linux 环境进程间通信(三): 消息队列
http://www.ibm.com/developerworks/cn/linux/l-ipc/part3/index.html

6. Linux 环境进程间通信(四): 信号灯
http://www.ibm.com/developerworks/cn/linux/l-ipc/part4/index.html

7. Linux 环境进程间通信(五): 共享内存(上)
http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index1.html

8. Linux 环境进程间通信(五): 共享内存(下)
http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index2.html

9. Linux 环境进程间通信(六): 套接口
http://www.ibm.com/developerworks/cn/linux/l-ipc/part6/index.html

你可能感兴趣的:(linux)