I need help achieving the child process to child process communication.Forked a multiple child, now lets say PID 1,PID 2,PID 3 I wish to send command fetched on PID1 (saying I want to connect to PID 3) to PID 3 how to achieve this ?
Tried searched a lot about Perl Pipes ,IPC but couldn't succeed. basically I can read command on PID1 but want to send it to particular PID XX how to select such PID ?
Thanks in advance.In reply to Child process inter communication by smarthacker67
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |