Discussion:
GetQueuedCompletionStatus returns error 1236
(too old to reply)
Dennis Mikhailitsky
2007-05-21 17:19:40 UTC
Permalink
Hello,

I develop an IOCP server and I keep getting the error 1236 (the
network connection was aborted by the local system) returned by the
GetQueuedCompletionStatus function under a heavy load. What can cause
the error?

TIA, Dennis.
Arkady Frenkel
2007-05-23 09:47:05 UTC
Permalink
Maybe change number of the working threads to check what happen, just a hint
Arkady
Post by Dennis Mikhailitsky
Hello,
I develop an IOCP server and I keep getting the error 1236 (the
network connection was aborted by the local system) returned by the
GetQueuedCompletionStatus function under a heavy load. What can cause
the error?
TIA, Dennis.
Loading...