Re: directory.exists occassionally locks up when checking network share
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Sat, 2 Sep 2006 06:34:02 -0700
Keith Langer wrote:
Does anyone from Microsoft read this newsgroup? It would be nice if
someone could tell me why this is happening.
Various MSFT people do read this group. Telling you why it's happening is
not necessarily something they'll readily be able to do.
From what you describe, your application is waiting for a synchronous I/Orequest to complete, and that request is blocked in the kernel. That's what
results in a hung, un-killable application.
The first things I'd check:
1. Do the machines where it fails have different network hardware than the
machines where it works?
2. Do the machines where it fails have different network driver versions
that the machines where it works?
3. Are the machines where it fails up to date on patches for the OS and all
installed hardware?
Bottom line - it's most likely a defective network driver or hardware that's
at the root of it. Network issues do legitimately occur, but worst case,
your application should hang for a couple minutes before a timeout occurs
and everything gets unstuck.
-cd
.
- Follow-Ups:
- Re: directory.exists occassionally locks up when checking network share
- From: Keith Langer
- Re: directory.exists occassionally locks up when checking network share
- References:
- directory.exists occassionally locks up when checking network share
- From: Keith Langer
- Re: directory.exists occassionally locks up when checking network share
- From: Ben Voigt
- Re: directory.exists occassionally locks up when checking network share
- From: Keith Langer
- Re: directory.exists occassionally locks up when checking network share
- From: Keith Langer
- directory.exists occassionally locks up when checking network share
- Prev by Date: Re: directory.exists occassionally locks up when checking network share
- Next by Date: Enable Source control in Visual Studio Environment
- Previous by thread: Re: directory.exists occassionally locks up when checking network share
- Next by thread: Re: directory.exists occassionally locks up when checking network share
- Index(es):
Relevant Pages
|