728x90
1. Scatter/gather I/O
여러개의 버퍼를 이용한 입출력
2. Epoll
Event Poll: poll()과 select()를 개선한 형태
3. Memory-mapped I/O
file을 memory mapping하여 사용
4. File advice
Allows a process to provide hints to the kernel on its usage scenarios; can result in improved I/O performance. (힌트일 뿐 명령은 아님)
5. Asynchronous I/O
thread를 이용하지 않고 동시에 입출력 처리 가능.
728x90
'Programming > linux왕초보' 카테고리의 다른 글
4. File advice (일반적인 파일입출력을 위한 advice) (0) | 2012.02.21 |
---|---|
3. Memory mapped I/O (0) | 2012.02.17 |
2. epoll(), select(), poll() (0) | 2012.02.08 |
make[1]: warning: Clock skew detected. Your build may be incomplete. (0) | 2012.02.03 |
1. Scatter/gather I/O(vectored I/O) (0) | 2012.01.29 |
VMware에서 telnet server 실행 및 접속 (0) | 2011.09.26 |
grep 사용하기 (1) | 2011.07.29 |
어셈 명령어 정리 (1) | 2011.03.22 |
linux 병렬포트(프린트포트) 제어 (0) | 2008.10.13 |
리눅스 버젼확인은 어찌하나요???;; (0) | 2008.09.12 |