RCS file: server_msg.c,v 3 Working file: server_msg.c 4 head: 1.1 5 branch: 6 locks: strict 7 root: 1.1 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 1; selected revisions: 1 12 description: 13 i have used message ques 14 this is server who is taking input from client and giving it to processor 15 and ans is returned to client 16 ---------------------------- 17 revision 1.1 locked by: root; 18 date: 2014/03/26 12:06:06; author: root; state: Exp; 19 Initial revision 20 ============================================================================ =
RCS file: c1_msg.c,v 3 Working file: c1_msg.c 4 head: 1.1 5 branch: 6 locks: strict 7 root: 1.1 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 1; selected revisions: 1 12 description: 13 this is client 14 it is giving input to server 15 and taking back result from server after being processed 16 ---------------------------- 17 revision 1.1 locked by: root; 18 date: 2014/03/26 12:09:30; author: root; state: Exp; 19 Initial revision 20 ============================================================================ =
RCS file: p1_msg.c,v 3 Working file: p1_msg.c 4 head: 1.1 5 branch: 6 locks: strict 7 root: 1.1 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 1; selected revisions: 1 12 description: 13 this is processor 14 giving result back to server 15 ---------------------------- 16 revision 1.1 locked by: root; 17 date: 2014/03/26 12:11:53; author: root; state: Exp; 18 Initial revision 19 ============================================================================ =