IOCP threads - Clarification?
问题 After reading this article which states : After a device finishes its job , (IO operation)- it notifies the CPU via interrupt. ... ... ... However, that “completion” status only exists at the OS level; the process has its own memory space that must be notified ... ... ... Since the library/BCL is using the standard P/Invoke overlapped I/O system, it has already registered the handle with the I/O Completion Port (IOCP), which is part of the thread pool. ... ... ... So an I/O thread pool thread