| Pat [MSFT] 2004-12-27, 2:47 am |
| Application Center allowed for COM+ load balancing.
How much it helps depends on what is bottlenecking the performance. For
example, if the COM objects are all making really long DB calls, then load
balancing probably won't help much (load balancing the DB may). If the COM
objects are contending for a resource (e.g. a lock or the CPU) then
loadbalancing may help.
Pat
"Leon Mayne [MVP]" <l.rmvmayne@uea.ac.uk> wrote in message
news:%23UgaB$s6EHA.2572@tk2msftngp13.phx.gbl...
> Wole B wrote:
>
> I don't think COM+ can do load balancing, unless you are refering to
> object pooling and JIT activation. Info at
> http://msdn.microsoft.com/library/e...ooling_6ep3.asp
>
> If you want to use load balancing then you have to load balance the
> remoting object that is calling the COM+ object
>
> Merry Christmas by the way :-)
>
|