RCS file: req.c,v
Working file: req.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is the requesting program in which i am adding two value.
the value sent by the request is read by the server.
—————————-
revision 1.1
date: 2014/05/13 06:50:30; author: priya; state: Exp;
Initial revision
RCS file: req1.c,v
Working file: req1.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is the requesting program in which i am subtracting two values.
the value given by requesting is read by server.
—————————-
revision 1.1
date: 2014/05/13 06:52:47; author: priya; state: Exp;
Initial revision
RCS file: server.c,v
Working file: server.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is program for server which accepts all the request sent by requesting client and forward the request to the processing client.
in this i have created two pipes for receiving and sending request respectively .
—————————-
revision 1.1
date: 2014/05/13 06:54:25; author: priya; state: Exp;
Initial revision
=============================================================================
RCS file: proc.c,v
Working file: proc.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is the program for processing client in which i have added two values.
—————————-
revision 1.1
date: 2014/05/13 06:58:28; author: priya; state: Exp;
Initial revision
=============================================================================
RCS file: proc1.c,v
Working file: proc1.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is the program for processing client in which i have subtracted two values.
in this processing of request sent by server is done.
—————————-
revision 1.1
date: 2014/05/13 07:00:10; author: priya; state: Exp;
Initial revision
=============================================================================