EmbLogic's Blog

Inter process communication using threads and message queues for 3 clients successfully done.

RCS file: server.c,v
Working file: server.c
head: 1.5
branch:
locks: strict
root: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
This is the base file for server.
Created message queue to receive request.
applied check on data according to the request.
—————————-
revision 1.5 locked by: root;
date: 2015/04/25 12:32:44; author: root; state: Exp; lines: +1 -0
Sent result to requesting clients back.
—————————-
revision 1.4
date: 2015/04/25 12:31:19; author: root; state: Exp; lines: +0 -1
Calculated result on processing threads.
created message queue to send result to the clients.
—————————-
revision 1.3
date: 2015/04/25 12:30:36; author: root; state: Exp; lines: +0 -1
Received request from requesting clients and accordingly created thread to process the request.
—————————-
revision 1.2
date: 2015/04/25 12:28:33; author: root; state: Exp; lines: +1 -0
Waiting for client to send request.
—————————-
revision 1.1
date: 2015/04/25 12:28:20; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: req_add.c,v
Working file: req_add.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
This is the base file for first requesting client.
created message queue to send data to server.
prepared request to be sent.
—————————-
revision 1.3 locked by: root;
date: 2015/04/25 12:36:23; author: root; state: Exp; lines: +0 -1
Successfully got result from the server.
—————————-
revision 1.2
date: 2015/04/25 12:33:38; author: root; state: Exp; lines: +1 -0
Sent request to server.
waiting for server to send the result back.
—————————-
revision 1.1
date: 2015/04/25 12:28:20; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: req_sub.c,v
Working file: req_sub.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
this is the base file for second requesting client.
created message queue and prepared request to be sent.
—————————-
revision 1.3 locked by: root;
date: 2015/04/25 12:36:47; author: root; state: Exp; lines: +0 -1
Successfully got result back from the server.
—————————-
revision 1.2
date: 2015/04/25 12:34:07; author: root; state: Exp; lines: +1 -0
Sent request to the server.
waiting for server to send back the result.
—————————-
revision 1.1
date: 2015/04/25 12:28:20; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: req_mul.c,v
Working file: req_mul.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
This is the base file for third requesting client.
prepared request to be sent.
—————————-
revision 1.3 locked by: root;
date: 2015/04/25 12:37:00; author: root; state: Exp; lines: +0 -1
Successfully got result back from the server.
—————————-
revision 1.2
date: 2015/04/25 12:34:34; author: root; state: Exp; lines: +1 -0
sent request to server.
waiting for server to send the result back
—————————-
revision 1.1
date: 2015/04/25 12:28:20; 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>