일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- C
- nvidia
- GPU
- Virtual Address
- Multithreading
- tabedit
- ubuntu
- peer-to-peer access
- Process
- .cu
- CUDA
- Unified Memory
- CSAPP
- GPGPU
- vi
- 운영체제
- Linux
- gpgpu sim
- cdua
- unix
- vim
- OS
- Producer consumer
- vi 여러 창
- ostep
- thread
- multiprocessor
- parallel programming
- gpgpu-sim
- 소비자 생산자
Archives
- Today
- Total
하루의 대학원 도전기
[UNIX] communication using ordinary pipe 본문
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 |