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 this is server doing ipc using message que 14 server is executed 1st then client1,client2,client3 15 server read the values and send them to respective processors i.e 1,2,3 16 then processors return value to server and server give them back to their respective clients 17 ---------------------------- 18 revision 1.1 locked by: root; 19 date: 2014/03/27 11:52:02; author: root; state: Exp; 20 Initial revision 21 ============================================================================= ~