EmbLogic's Blog

ipc using FIFO

RCS file: ./server.c,v
Working file: ./server.c
head: 1.6
branch:
locks: strict
root: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 6
description:
includd all the header files that will be used inn the functions
created a structure for two numbers and operation
—————————-
revision 1.6 locked by: root;
date: 2014/11/21 21:42:35; author: root; state: Exp; lines: +1 -1
server read the data
send the result to requesting client
the client displayed the result
—————————-
revision 1.5
date: 2014/11/21 21:41:37; author: root; state: Exp; lines: +1 -1
opened the fifo in read only mode
read the data
proceessed the data
and sent the result back to the server
—————————-
revision 1.4
date: 2014/11/21 21:40:34; author: root; state: Exp; lines: +1 -1
created fifo between server and process
opened the fifo in write only mode
eorte data to the process
—————————-
revision 1.3
date: 2014/11/21 21:38:51; author: root; state: Exp; lines: +1 -1
in server,opened the fifo in read only mode
read the data
—————————-
revision 1.2
date: 2014/11/21 20:27:59; author: root; state: Exp; lines: +1 -1
created a fifo between client and server
opened the fifo in write only mode
wrote data to server
—————————-
revision 1.1
date: 2014/11/21 20:27:25; 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>