I don't know if this problem is dealt with, but if not :Hmm, in this thread - http://ghisler.ch/board/viewtopic.php?t=3051 , Christian is quoted as saying,
"...I was disappointed by Windows! Example: When I try to read a directory from a server on the net which has crashed, this will hang not only the current thread, but also all other threads of the same program which call any directory function, even with local folders - until the hanging connection times out! Yes, I tried all kinds of things ....
Why don't you create fast, small application that will access the network and communicate with TC via, lets say some API procedures. It can be memory mapped on TC start to be able to start it fast, and if it block, or any of it's threads, than you just start another clone of it, since, as I know, you can't even KILL application when it is stucked on network (or CD). Or if you can KILL it some way, then you can just restart it and keep up the good work
