
COM+ Load Balancing clients
Hi there,
I am trying to work out how to load balance my clients on two servers.
Basically if Server1 has the COM+ package which clients need to access, but
the load on Server 1 is too much, how would I configure the clients to have
access to the second server running the same package?
I would like to be able to do this dynamically through code as well, e.g.
tell a client to use the COM+ package on Server 2 at will.
Ideas? install both COM+ library proxy packages (Even though the DLLs are
the same on each server) onto each client and use some sort of VB code and
polymorphism to select the respective proxy server package????
Help any ideas or "Already done this" welcome
Thanks
Yong