分类: LINUX
2010-09-13 17:17:39
原帖发表在IBM的developerworks网站上,是一个系列的文章,作者郑彦兴。
综述:深刻理解Linux进程间通信(IPC)
http://www.ibm.com/developerworks/cn/linux/l-ipc/index.html
一)Linux环境进程间通信(一)管道及有名管道
http://www.ibm.com/developerworks/cn/linux/l-ipc/part1/
二)Linux环境进程间通信(二): 信号
上:http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index1.html
下:http://www.ibm.com/developerworks/cn/linux/l-ipc/part2/index2.html
三)Linux环境进程间通信(三)消息队列
http://www.ibm.com/developerworks/cn/linux/l-ipc/part3/
四)Linux环境进程间通信(四)信号灯
http://www.ibm.com/developerworks/cn/linux/l-ipc/part4/
五)Linux环境进程间通信(五): 共享内存
上:http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index1.html
下:http://www.ibm.com/developerworks/cn/linux/l-ipc/part5/index2.html
IPC小结:http://dev.csdn.net/article/84/84093.shtm
进程间通信IPC:http://blog.chinaunix.net/u/24174/showart_220598.html