Tag Archives: pipe
client,server and process communication via pipes
RCS file: RCS/server.c,v Working file: server.c head: 1.8 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: program which act as a server to take the request of client done:created one child … Continue reading
client server
commination done via pipe for single client server…having problems in getting result from the processing client to server……….
process
done with pipe for single client-server-client
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