RCS file: ser.c,v
Working file: ser.c
head: 1.9
branch:
locks: strict
akshat: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9; selected revisions: 9
description:
IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then hijacking that child process for one way communication.
—————————-
revision 1.9 locked by: akshat;
date: 2014/03/09 05:44:19; author: akshat; state: Exp; lines: +18 -3
creation of another pipe on same server.
its working.
—————————-
revision 1.8
date: 2014/03/09 04:15:57; author: akshat; state: Exp; lines: +12 -2
Creating another pipe for passing requests of client 1.
client 2 will process these requests.
server will then output the result to client 1.
—————————-
revision 1.7
date: 2014/03/07 21:51:57; author: akshat; state: Exp; lines: +11 -7
read and write fd are sent simultaneously.
—————————-
revision 1.6
date: 2014/03/07 17:01:18; author: akshat; state: Exp; lines: +1 -1
trying to pass both the arguments.
—————————-
revision 1.5
date: 2014/03/07 16:47:34; author: akshat; state: Exp; lines: +6 -6
using wait statement for parent, process not hanged.
pipe created successfully.
—————————-
revision 1.4
date: 2014/03/07 16:43:15; author: akshat; state: Exp; lines: +11 -7
its working, but process hangs.
checking for it.
—————————-
revision 1.3
date: 2014/03/07 16:31:13; author: akshat; state: Exp; lines: +4 -2
lets see if its working
—————————-
revision 1.2
date: 2014/03/07 16:28:02; author: akshat; state: Exp; lines: +9 -3
pipe is formed.
client is formed by hijacking the child.
—————————-
revision 1.1
date: 2014/03/07 15:21:25; author: akshat; state: Exp;
Initial revision
=============================================================================