- 2
- 0
- 约3.86千字
- 约 6页
- 2017-09-04 发布于重庆
- 举报
同步(synchronous)/异步(asynchronous)与阻塞(blocking)/非阻塞(non-blocking)
Asynchronous I/O From Wikipedia, the free encyclopedia
Asynchronous I/O, or non-blocking I/O, is a form of input/output processing that permits other processing to continue before the transmission has finished.
Input and output (I/O) operations on a computer can be extremely slow compared to the processing of data. An I/O device can incorporate mechanical devices which must physically move, such as a hard drive seeking a track to read or write; extremely slow compared to merely moving electrons. For example, during a disk operati
原创力文档

文档评论(0)