EmbLogic's Blog

Program to communicate two processes

RCS file: c1.c,v
Working file: c1.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
Creating pipe for iter process communication
given execl call in the child process and passed rfd through command line arguments.
created a structure and passed the structure variable from par
—————————-
revision 1.1    locked by: root;
date: 2015/02/28 06:50:34;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: header.h,v
Working file: header.h
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
included stdio.h,unistd.h,stdlib.h
created a structure .
—————————-
revision 1.1    locked by: root;
date: 2015/02/28 06:52:18;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: adder.c,v
Working file: adder.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
collected the rfd
Read the no of bytes from rfd
printed the value of structure attributes.
calcuted the sum .
—————————-
revision 1.1    locked by: root;
date: 2015/02/28 06:55:19;  author: root;  state: Exp;
Initial revision
=============================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>