redirect output from file to three running thread

Posted by alaamh on Stack Overflow See other posts from Stack Overflow or by alaamh
Published on 2010-04-25T15:43:24Z Indexed on 2010/04/25 16:33 UTC
Read the original article Hit count: 209

Filed under:
|
|

I want to use 'cat myclip.avi' command to send the output to three running thread, i am trying to process same clip file to produce three different result. can i use dup2 or how i can make pipe with thread not fork? thanks

© Stack Overflow or respective owner

Related posts about c

    Related posts about thread