EmbLogic's Blog

communication through fifo using one client

RCS file: fifo.c,v
Working file: fifo.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
include all the headerfile and also declare the struct in the header.h file
—————————-
revision 1.4 locked by: root;
date: 2015/03/27 11:30:46; author: root; state: Exp; lines: +2 -2
open the fifo into write only mode and write result into the fifo
for requesting and in requesting read the result from fifo
—————————-
revision 1.3
date: 2015/03/27 11:27:13; author: root; state: Exp; lines: +3 -3
creat a pipe between server and clint process
give the execl call in the child secton
and pass the descriptor fir reading and writing
then write the structure into pipe for processing
affter processing reading the result from pipe into server
—————————-
revision 1.2
date: 2015/03/27 11:18:51; author: root; state: Exp; lines: +2 -2
declare the varible which is required
create a fifo and open the fifo in reading mode
read the structure from requesting fifo and close the fifo here.
—————————-
revision 1.1
date: 2015/03/27 11:17:00; 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>