EmbLogic's Blog

E 30: JATINDER KUMAR

keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
Intially i creted a server.
then i use mkfifo and access to use the fifo created by client.
further i opened same fifo in the O_RDONLY mode and was able to read from the fifo successfully.
—————————-
revision 1.5
date: 2013/06/25 16:48:40; author: jatinder; state: Exp; lines: +33 -1
NO change
—————————-
revision 1.4
date: 2013/06/25 16:29:57; author: jatinder; state: Exp; lines: +61 -33
In this version i made new architecture of server.
seprately invoked pthread for seprate client.
then thread invkoe the pclient.
used message queue for sending data betwenn server and pclient.
data send by client1 successfully sent in the respective pthread and in thread this data was sent to pclient via msg queue.
and pclient successfully read the data send by client via server.
—————————-
revision 1.3
date: 2013/06/25 09:57:30; author: jatinder; state: Exp; lines: +19 -8
*** empty log message ***
—————————-
revision 1.2
date: 2013/06/25 09:33:42; author: jatinder; state: Exp; lines: +31 -1
Now created thread in the main and pass successfully operator from main thred to new thread.
in new thread successfully obtined the operator.
also used pthread_join system call to wait for compliation of new thread.but later on we used detached thread.
—————————-
revision 1.1
date: 2013/06/25 07:58:32; author: jatinder; state: Exp;
Initial revision
=============================================================================
42,1 Bot

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>