
Implementing Load Balancing Programmatically?
VB6 added a 2nd parm to CreateObject
CreateObject(sProgID,[Server])
So you could Ping the server prior to the createobject to determine which
server to use...
This will ignore whatever is entered in the registry (actually)
Later
Quote:
> Hi everybody
> I am using VB6 enterprise sp3.
> I have 2 servers with NT4 SP4. I have the same MTS components installed
on
> both, with the same component names and class ids.
> I would like to be able to call components on server2 in case server1 is
> down. How can I do that programmatically from VB6?
> I am not really looking for Load balancing technique. I am trying not to
> stop the client from working.
> Thanks
> Khodr