Tag Archives: FIFO
Inter process communication using fifo at the requesting side and pipes at the processing side using semaphores and signals.
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict psingh: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: gave header files which are required for the fifo and semaphore implementation. gave … Continue reading
pipe and FIFO…??
Is there any mechanism to remove garbage values from the pipe or FIFO. As we are reading from pipe/FIFO there are some garbage value along with the desired result. And in FIFO the behaviour is unexpected, as sometime the it … Continue reading