EmbLogic's Blog

Making the IPC by using the pipe in the sync way.

RCS file: server.c,v
Working file: server.c
head:
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 0
description:
this is the server getiing the message from the requesting client and deliver the message to the procedural client.
making this with hel[ of the pipe in simultenously way.
=============================================================================
RCS file: client1.c,v
Working file: client1.c
head:
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 0
description:
making the client 1 and this send the signal to the server.
after sending the signal to the server 1 the output is receive by this.
=============================================================================
RCS file: client2.c,v
Working file: client2.c
head:
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 0
description:
making tyhe client2 and this send the signal to the server for the operation multiplier.
=============================================================================
RCS file: adder.c,v
Working file: adder.c
head:
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 0
description:
this is the procedural client
perform the adding operation.
=============================================================================
RCS file: product.c,v
Working file: product.c
head:
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 0
description:
this is the adder for the serce.
performing the multiplication operation.
=============================================================================

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>