http://www.lenholgate.com/blog/2008/02/major-vista-overlapped-io-change.html
The above article says:
Vista now allows threads to issue overlapping I / O requests and exit, and this will process requests and put them on the completion port.
But in the online documentation, Microsoft still has a warning:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms742203 (v = vs .85) .aspx
Note. All I / O operations initiated by this stream are canceled when this stream exits. For overlapping sockets, pending asynchronous operations can fail if the thread closes before operations are completed.
Can someone tell me that this MSDN Note / Waring is still valid for IOCP in conjunction with WSASend in Windows Server 2008 R2?
No one has answered this question yet.
See related questions:
Source: https://habr.com/ru/post/1538851/More articles:Вызвать плагин HP Print Service из приложения? - androidПрименение условных условных обозначений в Autofac на основе значений конфигурации - c#Use generic decorators conditionally in Autofac based on type constraints - genericsReset and load data into the model using MVVM Light ViewModelLocator - c #Configuring static content for webapp with Jetty 9 - javaHow to reduce the frequency of chrome rib logs when running under selenium? - pythonnode.js: display error using vash - node.jsWhat to do, and not join SQL when scaling horizontally? - mysqlSQL query execution sequence - sqlHow to understand "println" expressions in both `for` and` yield` - scalaAll Articles