摘要: http://www.cnblogs.com/biyeymyhjob/archive/2012/11/03/2751593.html整理自网络Unix IPC包括:管道(pipe)、命名管道(FIFO)与信号(Signal)管道(pipe)管道可用于具有亲缘关系进程间的通信,有名管道克服了管道没有名... 阅读全文
posted @ 2015-08-11 17:24 指上弹兵赵小括 阅读(708) 评论(0) 推荐(0) 编辑
摘要: pipe创建函数:#include /* Create a one-way communication channel (pipe). If successful, two file descriptors are stored in PIPEDES; bytes written on PI... 阅读全文
posted @ 2015-08-11 16:48 指上弹兵赵小括 阅读(880) 评论(0) 推荐(0) 编辑