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