Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load balancing in MTS

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Can I achieve load balancing with MTS? I run an array of applications on NT (PIII-800Mhz, 384MB RAM,18 GB RAID implementation) IIS and MTS combination.

The database is MS-SQL server.

The problem is that an app with multiple options fails to respond for some options while it does perform as expected for others. All the options work well generally. I have noticed this when the traffic goes up.

Can anybody provide some hints on what can be done to avoid this?
 
MTS 2.0 does not support load balancing. :(

But there are static and dynamic load balancing techniques that you can apply to your distributed system to achieve what MTS can't do. Check out MSDN for the techniques.


Min.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top