Component load balancing is supported by Microsoft AppCenter. I seem to
remember reading an MSDN/MSJ article a while ago that described COM
intercepting for implementing a basic load-balancing scheme but I'm afraid I
can't find a reference to it at the moment, but it certainly couldn't be
implemented solely in VB.
An alternative approach might be to look at load balancing the thing
instantiating you VB components. If you are running in a web environment,
then load balance the IIS servers and have each of them run their own set of
VB components.
Another way might be to instantiate your COM components using SOAP and load
balance the multiple IIS servers exposing your components (see the Visual
Studio SOAP toolkit).
You can load balance IIS using WLBS (web load balancing service) which is
part of Windows 2000 Advanced Server.
Hope this helps.
Best regards,
Ade.
Quote:
> How to do Load Balancing in VB COM?