2 RCS file: mser.c,v 3 Working file: mser.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 using messages queues requesting client send data to server 14 server forward data to processor for particuler operation 15 processor perform operation and return result to server 16 server then send result back to requesting client 17 all this is done using message queues 18 ---------------------------- 19 revision 1.1 locked by: root; 20 date: 2014/03/27 11:49:27; author: root; state: Exp; 21 Initial revision 22 ============================================================================= ~ ~