EmbLogic's Blog

Category Archives: Project 03: Client Server Communication using Linux and IPC

We need to creat an Inter Process Communication based Client-Server setup. There should be a Server program, Some clients would send requests to the server and the server would further find the appropriate client to process the request. The server then invokes the new client so as to process the request. The new client should then rend the result back to the server , which then sends it forward to the requesting client.

DAILY REPORT(BATCH 20.02.36)

Project 3 : Linux internals/ system programming and Project Status Harpreet Singh : 1) Successfully implemented IPC using pipes with and without using signals. 2) Successfully implemented IPC using pipes and FIFOs with and without using signals. Prabhjot Singh  : … Continue reading

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

Project 3

Completed Project 3 with pipes , fifo , message queue … Also used semaphores to synchronise the data.

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

Project 3

Completed Project 3 with pipes , fifo , message queue … Also used semaphores to synchronise data. Able to communicate with multiple clients without jumbling of data… Implemem

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