EmbLogic's Blog

Implemented message queue for 1 child-parent process

RCS file: ./practice.c,v
Working file: ./practice.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2;    selected revisions: 2
description:
initial version of file
in this we have used fork child send 2 message and then receive the data at the parent side
—————————-
revision 1.2    locked by: root;
date: 2014/03/26 08:12:54;  author: root;  state: Exp;  lines: +14 -3
successfully running
send 2 messages to the message queues from the child process and receive the same from the parent process and
display the result of the message ,
i have created 2 instance of the message structure and send hello and world through these instances
and then receive the block of the data from the parent process and display the message and then remove the queue
—————————-
revision 1.1
date: 2014/03/26 07:42:52;  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>