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

Posted in Project 03: Client Server Communication using Linux and IPC | Tagged , , | Leave a comment

client server

commination done via pipe for single client server…having problems in getting result from the processing client to server……….

Posted in Uncategorized | Tagged | Leave a comment

process

done with pipe for single client-server-client

Posted in Uncategorized | Tagged , | Leave a comment

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

Posted in Uncategorized | Tagged , | 1 Comment