Quantcast
Channel: roman10 » IPC
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Programming Pipe in Linux

Pipe is one of the message passing IPC techniques. A pipe is a one way communication channel. It is created by the pipe function, #include <unistd.h>int pipe(int fd[2]); The array fd[2] returns...

View Article



Programming FIFO/Named PIPE in Linux

Previous post covers pipe, an IPC mechanism for processes that have common parent process. We refer to processes that have common parent process as related process. But for unrelated processes, pipe...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images