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
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