EmbLogic's Blog

Creating a pipe

RCS file: ser.c,v
Working file: ser.c
head: 1.5
branch:
locks: strict
akshat: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then hijacking that child process for one way communication.
—————————-
revision 1.5 locked by: akshat;
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
=============================================================================

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>