EmbLogic's Blog

client-server project using multi-threads

RCS file: ./server.c,v
Working file: ./server.c
head: 1.9
branch:
locks: strict
root: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9; selected revisions: 9
description:
included all the header files that will be used in the code
—————————-
revision 1.9 locked by: root;
date: 2014/11/23 17:59:58; author: root; state: Exp; lines: +1 -1
created two more requesting clients
doing the same as above for the other two clients
—————————-
revision 1.8
date: 2014/11/23 17:59:00; author: root; state: Exp; lines: +1 -1
gave pthread exit in the thread
—————————-
revision 1.7
date: 2014/11/23 17:57:57; author: root; state: Exp; lines: +1 -1
processed the data
wrote back to the requesting client using fifo after creating it
—————————-
revision 1.6
date: 2014/11/23 17:56:12; author: root; state: Exp; lines: +1 -1
created a thread for processing the data
—————————-
revision 1.5
date: 2014/11/23 17:55:23; author: root; state: Exp; lines: +1 -1
successfully receieved the data in the server
—————————-
revision 1.4
date: 2014/11/23 17:53:20; author: root; state: Exp; lines: +1 -1
gave the command and address of buffer using msgctl()
sent data to server using msgsnd()
—————————-
revision 1.3
date: 2014/11/23 17:50:17; author: root; state: Exp; lines: +1 -1
defined the message type
printed the kernel key in requesting client
—————————-
revision 1.2
date: 2014/11/23 17:48:55; author: root; state: Exp; lines: +1 -1
created a msgbuf structure
got the kernel key using msgget()
—————————-
revision 1.1
date: 2014/11/23 17:47:22; 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>