搜索资源列表
pipe
- Linux 下验证管道通信机制。一端发送消息,一端接收消息。
pipe.c
- 在Linux中,管道是一种使用非常频繁的通信机制。从本质上说,管道也是一种文件,但它又和一般的文件有所不同,管道可以克服使用文件进行通信的两个问题。-In Linux, the pipeline is a very frequent use of the communication mechanism. In essence, the pipeline is a file, but it is different, and general files, pipes can be used to
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
