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

+ Recent posts