COM+ Load Balancing clients 
Author Message
 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



Tue, 02 Nov 2004 18:59:34 GMT  
 COM+ Load Balancing clients
simple solution:

use createobject(progid, server) at client side and round robin the calls

better: use CLB


Quote:
> 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



Tue, 02 Nov 2004 19:11:22 GMT  
 COM+ Load Balancing clients
CLB is?

Client Load Balancing? info sources links?

Thanks Steffan


Quote:
> simple solution:

> use createobject(progid, server) at client side and round robin the calls

> better: use CLB



> > 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



Tue, 02 Nov 2004 19:18:53 GMT  
 COM+ Load Balancing clients

Quote:
> CLB is?

Component Load Balancing

Comes with Application Center 2000 -- no longer comes with W2k Advanced
Server. My directory of links on AC2000 is at
http://www.geocities.com/firepower_50ae/CodeNote/70-232.html

It is actually to help prepare for the MCSE test on AC2000, but the
information is to learn the product -- including its CLB capabilities.

--
Daniel Wilson, BSCS, MCSE
CompuSoft Solutions and The Worthwhile Company
www.worthwhile.com
Your complete e-business solution partners.
Phone: 864-233-9029 Fax: 509-757-5264

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Tue, 02 Nov 2004 21:15:30 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. COM Load Balancing

2. COM+ Load Balancing

3. Load Balancing, DCOM and NT server

4. load balancing HTML link ?

5. Questions about Load Balanced IIS Design.

6. MSMQ and load balancing

7. .net and load balancing

8. Windows Load Balancing

9. Implementing Load Balancing Programmatically?

10. Load Balancing

11. Need further explanation of Transcender test question RE load balancing

12. Load balancing without Application Center

 

 
Powered by phpBB® Forum Software