DCOM remote computer availability check 
Author Message
 DCOM remote computer availability check

Hi,

Is there a way, how to check if the computer, on which
I want to create a DCOM object, is available ?
When I issue the CreateObject and the computer is not
available it takes ages. I need to avoid this somehow.
Nice would be also a kind of timeout for CreateObject,
but I don't know if there is such a possibility.

Can somebody help ?
Thank You for any suggestions

Sam



Fri, 25 Feb 2005 16:44:03 GMT  
 DCOM remote computer availability check
Not really. The way networks operate, even if you'd come up with a custom
scheme, you'd still wait ages.

Also, there's a difference between the server being down and, say, RPC being
on the fritz for some reason.

One option would be to ping the server, which is a bit more efficient. But
nowadays even ICMP gets disabled due to DoS attacks.

Check out www.mvps.org/vbnet/ for some samples.

. . . . . . . . . . . . . . . . . . . . . .
Klaus H. Probst, MVP
   http://www.vbbox.com/

Please post/reply to the newsgroup(s)


Quote:
> Hi,

> Is there a way, how to check if the computer, on which
> I want to create a DCOM object, is available ?
> When I issue the CreateObject and the computer is not
> available it takes ages. I need to avoid this somehow.
> Nice would be also a kind of timeout for CreateObject,
> but I don't know if there is such a possibility.

> Can somebody help ?
> Thank You for any suggestions

> Sam



Sat, 26 Feb 2005 15:52:08 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Check computer availability over network

2. starting DCOM-server on a Remote-computer using VISIO-VBA

3. DCOM-Server auf Remote-Computer aktivieren

4. Check remote computer's memory resource

5. Get computer name and IP from remote computer

6. Checking Memory Availability.

7. accessing remote resources on a remote computer

8. How can I check the availability of a network share through Visual Basic code

9. How to check remote physical memory without a remote client

10. DCOM component working on single computer but not over network Error Number : 429

11. DCOM settings needed on client and server for remote Outlook application

12. DCOM, Remote Automation Setup (VB Bug: AutPrx32.dll???)

 

 
Powered by phpBB® Forum Software