Tag Archives: message queue

Inter process communication using message queues with three requesting clients and three processing clients implemented successfully

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict psingh: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: define header files thar are required for the implementation of message queues at … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Tagged | Leave a comment

Message Queues imlementation

RCS file: sender.c,v Working file: sender.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Implemented Message Queue using msgget(),msgsnd(),and msgrcv() functions. message queue is half duplex mode … Continue reading

Posted in Data Structures with C | Tagged | Leave a comment

message queues

RCS file: msgq_srvr.c,v Working file: msgq_srvr.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: —————————- revision 1.1    locked by: root; date: 2014/03/25 04:43:34;  author: root;  state: Exp; … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC, Uncategorized | Tagged | Leave a comment