Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to write some code which uses pipes to communicate between two children. children A sent children B "Hello" and children B return to children A "hELLO". I'm not really sure how to fix this problem, and any help will be greatly appreciated.

share|improve this question
You could use named pipes (fifos), but you would be better of using sockets, see socat(1)for more. – Thor Jul 13 '12 at 15:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.