EmbLogic's Blog

E 30 Avtar Singh

RCS file: server.c,v
Working file: server.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2;    selected revisions: 2
description:
server with one processing client to increment received data by 1.
in this threads are invoking processing client for operation.
two message queues is used b/w server & requesting client ,one to send data & 2nd to receive data from thread.
—————————-
revision 1.2
date: 2013/06/25 18:30:00;  author: root;  state: Exp;  lines: +42 -17
Server with two messege queue ,1st to receive data from clients & 2nd to send processed data from server to requesting client.
In this server invoke thread to give response to the requesting client.
Thread call the processing client through fork and execl call.
—————————-
revision 1.1
date: 2013/06/25 12:29:16;  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>