Linux环境进程间通信

1200阅读 0评论2013-07-05 熹熹爸爸
分类:C/C++

一)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
http://www.ibm.com/developerworks/cn/linux/l-ipc/,深刻理解Linux进程间通信(IPC)

上一篇:Linux守护进程(2)
下一篇:转一个总结全面的libevent