EmbLogic's Blog

Successfully done IPC using FIFO for 2 requesting and 2 processing clients using semaphores.

RCS file: server.c,v
Working file: server.c
head: 1.4
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
This is the base file for IPC using fifo for 2 requesting and 2 processing client using semaphores.
—————————-
revision 1.4
date: 2015/03/31 17:00:02; author: root; state: Exp; lines: +2 -1
Sent result back to requesting client via fifo using semaphore.
printed result at requesting clients.
—————————-
revision 1.3
date: 2015/03/31 16:58:58; author: root; state: Exp; lines: +0 -1
Received result from processing client to server using signal.
printted result on server
—————————-
revision 1.2
date: 2015/03/31 16:57:09; author: root; state: Exp; lines: +1 -0
Created two requesting and two processing clients.
Transfered data from requesting clients to server through pipe.
forwarded data to processing clients via pipes.
—————————-
revision 1.1
date: 2015/03/31 16:56:36; 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>