EmbLogic's Blog

Successfully done IPC using fifo for 3 requesting and 3 processing clients…..

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:
This is the base file for ipc using fifo for 3 requesting and 3 processing clients.
—————————-
revision 1.9 locked by: root;
date: 2015/03/25 06:12:20; author: root; state: Exp; lines: +2 -1
Got result back on requesting clients.
—————————-
revision 1.8
date: 2015/03/25 06:11:44; author: root; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.7
date: 2015/03/25 06:11:22; author: root; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.6
date: 2015/03/25 06:06:54; author: root; state: Exp; lines: +1 -1
Got the result from processing clients using signals.
printed result on server.
—————————-
revision 1.5
date: 2015/03/25 06:05:29; author: root; state: Exp; lines: +0 -2
Forwarded request from server to processing clients via pipes.
printed request on processing clients.
—————————-
revision 1.4
date: 2015/03/25 06:04:17; author: root; state: Exp; lines: +0 -2
Created 3 processing clients using fork() and execl.
Connected processing clients to server via pipes.
—————————-
revision 1.3
date: 2015/03/25 06:03:00; author: root; state: Exp; lines: +1 -1
Created fifo r_fifo.
Sent request from requesting clients to server via fifo.
—————————-
revision 1.2
date: 2015/03/25 05:59:21; author: root; state: Exp; lines: +1 -1
Created 3 requesting clients….
Created server.
—————————-
revision 1.1
date: 2015/03/25 05:58:33; author: root; state: Exp;
Initial revision
=============================================================================

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:
This is the base file for ipc using fifo for 3 requesting and 3 processing clients.
—————————-
revision 1.9 locked by: root;
date: 2015/03/25 06:12:20; author: root; state: Exp; lines: +2 -1
Got result back on requesting clients.
—————————-
revision 1.8
date: 2015/03/25 06:11:44; author: root; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.7
date: 2015/03/25 06:11:22; author: root; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.6
date: 2015/03/25 06:06:54; author: root; state: Exp; lines: +1 -1
Got the result from processing clients using signals.
printed result on server.
—————————-
revision 1.5
date: 2015/03/25 06:05:29; author: root; state: Exp; lines: +0 -2
Forwarded request from server to processing clients via pipes.
printed request on processing clients.
—————————-
revision 1.4
date: 2015/03/25 06:04:17; author: root; state: Exp; lines: +0 -2
Created 3 processing clients using fork() and execl.
Connected processing clients to server via pipes.
—————————-
revision 1.3
date: 2015/03/25 06:03:00; author: root; state: Exp; lines: +1 -1
Created fifo r_fifo.
Sent request from requesting clients to server via fifo.
—————————-
revision 1.2
date: 2015/03/25 05:59:21; author: root; state: Exp; lines: +1 -1
Created 3 requesting clients….
Created server.
—————————-
revision 1.1
date: 2015/03/25 05:58:33; 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>