linux使用的进程间通信方式 管道(pipe)、流管道(s_pipe)、无名管道(FIFO)、 套接字 socket 信号(signal) 信号量 消息队列 共享内存 http://blog.csdn.net/gatieme/article/details/50908749