EmbLogic's Blog

client server communication

for three client——
i’ve used common pipe for processing of data of all the client while i’ve used three different pipe between each client and server for their respective data communication.
—–server—-
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:
working for second client
created a pipe an
for communication between server and client2
—————————-
revision 1.4 locked by: root;
date: 2014/07/05 08:35:03; author: root; state: Exp; lines: +45 -7
make a new pipe for client3
recieve the data from client3 and proceed it to process 3
the process3 use the common pipe for all the three process
for sync i’ve used sleep
—————————-
revision 1.3
date: 2014/07/05 04:02:23; author: root; state: Exp; lines: +26 -5
in server for the client_2 i add a pipe between the client2 and server
by using the previous pipe which is between process1 and server
i used data communication between server and process2
to sync i used sleep as per requirement
—————————-
revision 1.2
date: 2014/07/04 18:58:33; author: root; state: Exp; lines: +7 -4
creating new pipe for process2
—————————-
revision 1.1
date: 2014/07/04 17:21:57; 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>