Linux并发编程资料汇总

进程间通信

深刻理解Linux进程间通信(IPC)序
http://www.ibm.com/developerworks/cn/linux/l-ipc/

Linux环境进程间通信(一)管道及有名管道
http://www.ibm.com/developerworks/cn/linux/l-ipc/part1/

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/

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

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/


POSIX线程

POSIX线程详解

http://www.ibm.com/developerworks/cn/linux/thread/posix_thread1/

通用线程:POSIX 线程详解(二):互斥锁
http://www.ibm.com/developerworks/cn/linux/thread/posix_thread2/

通用线程:POSIX 线程详解(三):条件变量

http://www.ibm.com/developerworks/cn/linux/thread/posix_thread3/

Linux 的多线程编程的高效开发经验

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

你可能感兴趣的:(Linux并发编程资料汇总)