Non-blocking pipe using popen?

Posted by jldupont on Stack Overflow See other posts from Stack Overflow or by jldupont
Published on 2009-11-14T22:14:29Z Indexed on 2010/05/07 15:28 UTC
Read the original article Hit count: 169

Filed under:
|
|
|

I'd like to open a pipe using popen() and have non-blocking 'read' access to it.

How can I achieve this?

(The examples I found were all blocking/synchronous)

© Stack Overflow or respective owner

Related posts about linux

Related posts about pipe