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
Completed Project 3 with pipes , fifo , message queue … Also used semaphores to synchronise the data.
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