.NET Framework Bookmark and Share   
 index > .NET StockTrader Sample Application > load balance across service instances with their own repositories
 

load balance across service instances with their own repositories

I have a scenario where the same service is running on different machines. Each instance has its own repository (as opposed to central repository). Since the service is the same, would I be able to load balance across these instances?
Vivek Rathod
Hi Vivek,

to load balance you need a balancer service which conencts to your service instances.It doesn't matter all your Primary service instances are pointing to their respective repository or centralized one.

To load balance your service instances you need to create a load balancer service with its own service repository and via configweb you need to add all the instances of your primary service which you want to load balance.
Narayan Sahu

You can use google to search for other answers

Custom Search

More Threads

• getting ths error when try to execute Upgraderepository.sql
• Winform Boilerplate
• SECURITY: REPLAY AND MAN IN THE MIDDLE ATTACKS
• XML data store as Config Service Repository
• Implementing Config Service 2.02 in a WPF client app
• The Test Connection Failed
• Service startup on server reboot
• Documentation describing code and interfaces?
• Short Cut key Process in windows application
• .Net benchmark application without DB