Tag Archives: ipc

Process replacement using execl

RCS file: p_replace.c,v Working file: p_replace.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: program to replace the child process using execl() —————————- revision 1.2 date: 2014/09/22 10:22:30;  author: … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Tagged , , | Leave a comment

Completed creating a new process using fork, how orphan process works, wait by parent till child exit

RCS file: fork.c,v Working file: fork.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4;    selected revisions: 4 description: program to create a duplicate process using fork —————————- revision 1.4 date: 2014/09/18 17:37:44;  author: … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Tagged , , , , | Leave a comment