Time-Out on Overlapped I/O
I am writing a server using completion routine call back on a non blocking ReadFileEx.
Can the programmer of the server side rely on the fact that the completion routine will NEVER be called until the client side executes a WriteFileEx?
If it is not the case, I guess that the completion routine will be called either if the client side or the server side executes a ShutDown ou a CloseSocket, or if the Windows system has a kind of time-out on the call back. This latter case is my real question. Does-it exists such a timeout and is there a way to set it to infinity.
Thank you,
Eric

