일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 소비자 생산자
- gpgpu sim
- CSAPP
- Producer consumer
- nvidia
- C
- .cu
- OS
- tabedit
- unix
- Process
- vim
- 운영체제
- ostep
- Linux
- GPGPU
- CUDA
- multiprocessor
- Virtual Address
- Unified Memory
- vi 여러 창
- parallel programming
- peer-to-peer access
- GPU
- gpgpu-sim
- cdua
- Multithreading
- thread
- vi
- ubuntu
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 |