Quantcast
Channel: Named pipe similar to "mkfifo" creation, but bidirectional - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by liori for Named pipe similar to "mkfifo" creation, but bidirectional

Or pty ("pseudo-terminal interface"). man pty.

View Article



Answer by Jonathan Leffler for Named pipe similar to "mkfifo" creation, but...

Use a Unix-domain socket. Oh, you said you don't want to use the only available solution - a Unix-domain socket. In that case, you are stuck with opening two named pipes, or doing without. Or write...

View Article

Named pipe similar to "mkfifo" creation, but bidirectional

I'd like to create a named pipe, like the one created by "mkfifo", but one caveat. I want the pipe to be bidirectional. That is, I want process A to write to the fifo, and process B to read from it,...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images