EmbLogic's Blog

Successfully done IPC using FIFO for single requesting and processing client using semaphore.

RCS file: server.c,v
Working file: server.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
This is the base file for IPC using FIFO and Semaphores for 1 req and 1 processing client.
Here Request is written to server by reqesting client via semaphore.
—————————-
revision 1.4 locked by: root;
date: 2015/03/30 11:18:13; author: root; state: Exp; lines: +1 -0
Successfully printed result on requesting client..
—————————-
revision 1.3
date: 2015/03/30 11:16:57; author: root; state: Exp; lines: +1 -0
Wrote result back to requesting client from server….
Used signal and semaphore to provide synchronization.
—————————-
revision 1.2
date: 2015/03/30 11:13:19; author: root; state: Exp; lines: +1 -1
Printed the result on processing client.
Got the result back from processing client.
—————————-
revision 1.1
date: 2015/03/30 10:55:13; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: req_add.c,v
Working file: req_add.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
This is the base file for requesting client.
—————————-
revision 1.2 locked by: root;
date: 2015/03/30 11:14:47; author: root; state: Exp; lines: +11 -11
*** empty log message ***
—————————-
revision 1.1
date: 2015/03/30 10:55:13; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: pro_add.c,v
Working file: pro_add.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
This is the base file for processing client.
—————————-
revision 1.1 locked by: root;
date: 2015/03/30 10:55:13; 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>