EmbLogic's Blog

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

RCS file: server.c,v
Working file: server.c
head: 1.5
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
This is the base file for IPC using FIFO for 3 requesting and 3 processing clients.
—————————-
revision 1.5
date: 2015/04/01 04:21:45; author: root; state: Exp; lines: +0 -1
Reseived result on requesting clients.
printed result on requesting clients.
—————————-
revision 1.4
date: 2015/04/01 04:17:53; author: root; state: Exp; lines: +1 -0
Calculated result on processing clients.
Sent result back to server using signals via pipes.
—————————-
revision 1.3
date: 2015/04/01 04:14:49; author: root; state: Exp; lines: +0 -1
printed request on server and forwarded it to respective processing clients.
printed result on processing clients.
—————————-
revision 1.2
date: 2015/04/01 04:12:56; author: root; state: Exp; lines: +1 -0
Created 3 requesting and 3 processing clients.
Transfered request from requesting clients to server via fifo using semaphores.#[D
—————————-
revision 1.1
date: 2015/04/01 04:12: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>