up vote 2 down vote favorite
1
share [g+] share [fb]

I move between multiple subnets and networks on a regular basis. I'm often faced with Explorer and other programs that stall in what appears to be an IO request. I'm trying to find a consistent way to track which request is stalling. Tools like process explorer don't provide the information that I need.

Additionally, is there a registry setting I can use to reduce the timeout period ?

link|improve this question
feedback

1 Answer

Are we talking about a Windows OS here (my guess from the Explorer mention). If so, one thing that'll help: Visit Folder Options, the View tab and uncheck "Automatically search for network folders and printers." and see if that helps things out a bit.

As for tools, have you tried Proc Mon as well? http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

link|improve this answer
I wasn't aware of that setting, but it didn't have any affect. I'm familiar with ProcMon and it shows resources active per process, but it doesn't tell you which of those resources are causing blocking IO. – user8553 Jul 18 '09 at 15:39
feedback

Your Answer

 
or
required, but never shown