creating child process
Posted
by rishabh
on Stack Overflow
See other posts from Stack Overflow
or by rishabh
Published on 2010-03-24T05:21:24Z
Indexed on
2010/03/24
5:43 UTC
Read the original article
Hit count: 392
Write a program to creates two childs by using send –pipe and receive –pipe primitives.Each child Process reads from a different serial line and sends the character read back to parent process through a pie. The parent process outputs all characters received. A child terminates when exclamation point character is received.The parent process terminates after both children have terminate.
© Stack Overflow or respective owner