IOCP InputOutput Completion Port IO完成端口

it2022-05-05  108

I/O completion ports provide an efficient threading model for processing multiple asynchronous I/O requests on a multiprocessor system. When a process creates an I/O completion port, the system creates an associated queue object for requests whose sole purpose is to service these requests. Processes that handle many concurrent asynchronous I/O requests can do so more quickly and efficiently by using I/O completion ports in conjunction with a pre-allocated thread pool than by creating threads at the time they receive an I/O request.

转载于:https://www.cnblogs.com/studywithallofyou/p/11169308.html


最新回复(0)