EmbLogic's Blog

E30:Monika

RCS file: server.c,v
Working file: server.c
head: 1.1
branch:
locks: strict
user1: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;     selected revisions: 1
description:
This is client-server based implementation of multiple threads.
It is implemented using msgqueues and shared memory.
Client sends request to server using msgqueue.
for every request server creates a thread which then separately handles the client.
Thread invokes a processing client and gets the result using shared memory.
It then returns the result to client using msgqueue.
Thread is detached from main-thread.
—————————-
revision 1.1    locked by: user1;
date: 2013/06/26 11:14:56;  author: user1;  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>