EmbLogic's Blog

IPC (USING PIPES, WITHOUT SYNCHRNISATION)

1
2 RCS file: server.c,v
3 Working file: server.c
4 head: 1.5
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 5; selected revisions: 5
11 description:
12 Implementing ipc using pipes.
13 —————————-
14 revision 1.5
15 date: 2014/08/12 05:43:09; author: root; state: Exp; lines: +77 -9
16 Completed the IPC mechanism using pipes, without synchronisation.
17 Server uses wait() 2 times.
18 —————————-
19 revision 1.4
20 date: 2014/08/06 18:18:14; author: root; state: Exp; lines: +29 -1
21 Completed the implementation of the server for all the three clients.
22 Flow of contorl as expected.
23 No issues as of now.
24 Testing ot be continued.
25 IPC using pipes completed for three processes.
26 —————————-
27 revision 1.3
28 date: 2014/08/06 15:51:31; author: root; state: Exp; lines: +83 -8
29 Implementation complete for a single client.
30 Every thing works fine.
31 Have to replicate it for 3 and then 30 clients.
32 —————————-
33 revision 1.2
34 date: 2014/08/06 14:12:57; author: root; state: Exp; lines: +130 -1
1,0-1 Top

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>