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

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

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

 

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

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

 

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

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

 

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

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

 

Linux 环境进程间通信(三): 消息队列

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

 

Linux 环境进程间通信(四): 信号灯

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

 

Linux 环境进程间通信(五): 共享内存(上)

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

 

Linux 环境进程间通信(五): 共享内存(下)

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

 

Linux 环境进程间通信(六): 套接口

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

原文地址:https://www.cnblogs.com/sheshiji/p/3706271.html