[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Opening files across network sometimes hangs process, becomes zombie

charismatic_evangelist

10/21/2004 10:08:00 PM

About 1 out of 30 times that I open a file with a network address,
e.g.:

\\computer2\temp\myfile.dat

my process hangs. I try to "End Now" and, within Task Manager, to
"End Process", but the process stays alive, is no longer given any CPU
time, and will not die. Under UNIX, we called this a zombie process.
I need to reboot my computer in order to kill it.

Is there some configuration parameter I can change?
Is there some "network busy" status I can check?
Is there any way that I can make my program iron clad robust?

I am writing in C# .NET

Thanks!