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 pipes…..
Here request is sent by 3 requesting clients to the server….
The requests are received by the server…
—————————-
revision 1.4 locked by: root;
date: 2015/03/18 12:53:03; author: root; state: Exp; lines: +0 -2
Result from processing clients is forwarded back to requesting clients by the server.
Signals are used to provide synchronization and to avoid “Block on read” and Block on write conditions.
SUCESSFULLY DONE IPC USING PIPES FOR 3 REQUESTING AND 3 PROCESSING CLIENTS….
—————————-
revision 1.3
date: 2015/03/18 12:49:36; author: root; state: Exp; lines: +0 -10
Result from processing clients is received by the processing clients….
Signals are used to provide synchronization and to avoid “Block on read” or “Block on write”.
—————————-
revision 1.2
date: 2015/03/18 12:46:33; author: root; state: Exp; lines: +1 -54
Request from the requesting clients is forwarded to processing clients by the server.
—————————-
revision 1.1
date: 2015/03/18 12:43:36; author: root; state: Exp;
Initial revision
=============================================================================