Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Input/output completion port
API for performing multiple simultaneous asynchronous input/output operations in Windows NT

Input/output completion port (IOCP) is an API for performing multiple simultaneous asynchronous input/output operations in Windows NT versions 3.5 and later, AIX and on Solaris 10 and later. An input/output completion port object is created and associated with a number of sockets or file handles. When I/O services are requested on the object, completion is indicated by a message queued to the I/O completion port. A process requesting I/O services is not notified of completion of the I/O services, but instead checks the I/O completion port's message queue to determine the status of its I/O requests. The I/O completion port manages multiple threads and their concurrency.

We don't have any images related to Input/output completion port yet.
We don't have any YouTube videos related to Input/output completion port yet.
We don't have any PDF documents related to Input/output completion port yet.
We don't have any Books related to Input/output completion port yet.
We don't have any archived web articles related to Input/output completion port yet.

See also

References

  1. Windows I/O Completion Ports http://msdn.microsoft.com/en-us/library/aa365198(VS.85).aspx

  2. Configuring IOCP on AIX 5 and 6 https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.perf.doc/doc/t0054518.html

  3. "Solaris 10 I/O Completion Ports". Archived from the original on July 19, 2011. Retrieved 2008-07-20.{{cite web}}: CS1 maint: bot: original URL status unknown (link) https://web.archive.org/web/20110719052845/http://developers.sun.com/solaris/articles/event_completion.html