EmbLogic's Blog

Pipes Implementation…..

CS file: ./1pipes.c,v
Working file: ./1pipes.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
Basic implementation of pipes
—————————-
revision 1.3 locked by: root;
date: 2014/10/16 18:44:25; author: root; state: Exp; lines: +3 -3
understand the use of memset and BUFSIZ
—————————-
revision 1.2
date: 2014/10/16 17:52:29; author: root; state: Exp; lines: +21 -1
Understand the use of pipes
write and read operation in parent process using pipes
—————————-
revision 1.1
date: 2014/10/16 17:31:19; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: ./2pipes.c,v
Working file: ./2pipes.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
Communication b/w parent process and replaced process using pipes,execl and fork.
—————————-
revision 1.2
date: 2014/10/16 20:55:16; author: root; state: Exp; lines: +2 -0
write from the parent process
read from the replaced process
—————————-
revision 1.1
date: 2014/10/16 20:46:10; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: ./3pipes.c,v
Working file: ./3pipes.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
write from the replaced process
read from the parent process
—————————-
revision 1.2 locked by: root;
date: 2014/10/16 21:19:57; author: root; state: Exp; lines: +6 -5
write from the replaced process and read from the parent process by using pipes
—————————-
revision 1.1
date: 2014/10/16 20:57:47; author: root; state: Exp;
Initial revision
=============================================================================
[root@VIPIN pipes]#

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>