pipe和FIFO. 在unix系統上最早的IPC形式為管道,管道的創建使用pipe函數: #include <unistd.h> int pipe(int pipefd[2]);. 該函數創建一個單向的管道,返回兩個描述 ...
確定! 回上一頁