하루의 대학원 도전기

[UNIX] communication using ordinary pipe 본문

운영체제

[UNIX] communication using ordinary pipe

내가하루다 2021. 10. 13. 00:40
728x90

An ordinary pipe is unidirectional. ( 단방향 )

Parent process and Child process communicate through an ordinary pipe.

An Ordinary pipe only exits when parent and child processes are communicating.

fd[0] = read end of the pipe

fd[1] = write end of the pipe

 

728x90

'운영체제' 카테고리의 다른 글

[OS] State of a process  (2) 2021.10.15
[OS] Accesing Memory With Paging  (0) 2021.10.14
[OS] shared memory - consumer and producer  (0) 2021.10.11
[OS] IPC  (0) 2021.10.11
[OS] 필기  (0) 2021.10.10