Tag Archives: shared memory

Interprocess communication using message queues at the requesting side and shared memory at the processing side with three clients successfully implemented.

RCS file: header.h,v Working file: header.h head: branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 0 description: >> header file: contains header files which are required in the program mostly named stdio.h,sys/shm.h,sys/ipc.h,sys/types.h,sys/msg.h ============================================================================= RCS file: server.c,v … Continue reading

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