long delay to Openfile across network
This is a discussion about long delay to Openfile across network in the Windows Networking category; I call OpenFile to access a file across a network, using an IP address. If the network connection is not established, there is an intolerable delay in the response to the Openfile call (45 seconds on my machines).
I call OpenFile to access a file across a network, using an IP address. If the network connection is not established, there is an intolerable delay in the response to the Openfile call (45 seconds on my machines). This seems to be the case for the execution of any code which results in a call to CreateFile (OpenFile, FileExist, etc.)
During this delay, the machine's resources seem to be frozen.
How can the connection be checked prior to the call?
How can the operation be aborted if the delay is too long?
During this delay, the machine's resources seem to be frozen.
How can the connection be checked prior to the call?
How can the operation be aborted if the delay is too long?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.