Friday, 9 March 2018

pipe

pipe are used for inter process communication between two related process normal a pump is create by a process that process calls fork().

The pipe is used between parent and child. 

syntax:

pipe create calling function pipe int pipe(int Fields [2]);

Two file description are returned 2 fields arguments.

No comments:

Post a Comment

Dead lock: Dead lock can be defined formally as follow ... A set of process is dead lock.If each process in the set is waiting for an ...