RCS file: server1.c,v
Working file: server1.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implemented communication between three clients ,server and three processing clients using threads.
Data in form of request is goes to SERVER in form of FIFO to carry request from clients.
SERVER takes requests from pipes and make new threads from current process to invoke processing clients.
PROCESSing Clients Recieve data from thread and Execute as separate entity.RESULT is CALCULATED and goes to server through PIPE.
----------------------------
revision 1.1 locked by: root;
date: 2014/04/01 01:06:47; author: root; state: Exp;
Initial revision
It looks like you're new here. If you want to get involved, click one of these buttons!