EmbLogic's Blog

Author Archives: samta.jhingan

Project 3 IPC:: Client-Server using fifo and semaphores

Implemented #Client Server program using Semaphores. **Issues Faced 1)union semun variable was not getting declared in the program…. Resolved by inserting the union semun definition in man semctl pages and removing unnecessary header files and including #include<limits.h> 2)The program is … Continue reading →

Posted in Uncategorized | Leave a comment

Project 3 IPC Server Client using FIFO and pipes

Completed Server client using pipes and fifo **Issues faced #Using Pipe—-The parent was executing before the client and terminating and the data in the pipe was nt read by the client …Resolved using sleep condition in both server and client. … Continue reading →

Posted in Uncategorized | Leave a comment