Developer > Application
C,C++ 윈도우즈, 유닉스, C라이브러리 비교 - Asynchronous I/O
2013.11.27 00:24
Chapter 14: Asynchronous I/O
Subject | Windows | UNIX | C Library | Comments |
---|---|---|---|---|
Asynch I/O | GetOverlappedResult | N/A | N/A | |
Asynch I/O | ReadFileEx | N/A | N/A | Extended I/O with completion routine |
Asynch I/O | SleepEx | N/A | N/A | Alertable wait |
Asynch I/O | WaitForMultipleObjects (file handles) | poll, select | N/A | |
Asynch I/O | WaitForMultipleObjectsEx | N/A | N/A | Alertable wait |
Asynch I/O | WriteFileEx | N/A | N/A | Extended I/O with completion routine |
Asynch I/O | WaitForSingleObjectEx | waitpid | N/A | Alertable wait |
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
10 | 윈도우즈, 유닉스, C라이브러리 비교 - Securing Windows Objects | 푸우 | 2013.11.27 | 31313 |
» | 윈도우즈, 유닉스, C라이브러리 비교 - Asynchronous I/O | 푸우 | 2013.11.27 | 31327 |
8 | 윈도우즈, 유닉스, C라이브러리 비교 - Interprocess Communication | 푸우 | 2013.11.27 | 34135 |
7 | 윈도우즈, 유닉스, C라이브러리 비교 - Thread Synchronization | 푸우 | 2013.11.27 | 33532 |
6 | 윈도우즈, 유닉스, C라이브러리 비교 - Threads and Scheduling | 푸우 | 2013.11.27 | 31845 |
5 | 윈도우즈, 유닉스, C라이브러리 비교 - Process Management | 푸우 | 2013.11.27 | 33465 |
4 | 윈도우즈, 유닉스, C라이브러리 비교 - Memory Management, Memory-Mapped Files, and DLLs | 푸우 | 2013.11.27 | 36286 |
3 | 윈도우즈, 유닉스, C라이브러리 비교 - Exception Handling | 푸우 | 2013.11.27 | 31920 |
2 | 윈도우즈, 유닉스, C라이브러리 비교 - File and Directory Management | 푸우 | 2013.11.27 | 40680 |
1 | 좀비가 생기지 않는 fork() | 푸우 | 2013.11.26 | 24801 |