来自http://tunps.com/linux-programming-note-8
<本笔记基于《LINUX编程技术详解》(人民邮电出版社)> Author:tunpishuang (tunpishuang at gmail dot com) Chapter 11-------POSIX IPC 使用信号传递的信息有限 使用管道只能传输“无格式的字节流”?-->不理解 AT&T发行的system V 引入3种新的进程间通信(IPC) 分别是:消息队列,共享内存,信号量
来自http://tunps.com/linux-programming-note-8
<本笔记基于《LINUX编程技术详解》(人民邮电出版社)> Author:tunpishuang (tunpishuang at gmail dot com) Chapter 11-------POSIX IPC 使用信号传递的信息有限 使用管道只能传输“无格式的字节流”?-->不理解 AT&T发行的system V 引入3种新的进程间通信(IPC) 分别是:消息队列,共享内存,信号量