标签:shared 进程 int bsp mem com 进程间 red 信号量
进程间通信(IPC,Inter Process Communication)
1、管道(pipe),包含无名管道和命名管道
1)无名管道
2)命名管道
2、信号量(semophore)
3、共享内存(shared memory)
4、消息队列(message queue)
5、套接字(socket)
标签:shared 进程 int bsp mem com 进程间 red 信号量
原文地址:https://www.cnblogs.com/yangwenhuan/p/12214274.html