Linux进程通信

1 Linux进程间通信方式 1.1 继承早期unix进程间通讯方式 1、无名管道(pipe); 2、有名管道(fifo); 3、信号(signal)。 1.2 System V IPC( Inter-Process Communication 进程间通信) 1、共享内存(share memory); 2、消息队列(message queue); 3、信号灯集(semaphore set)。 以上
相关文章
相关标签/搜索