ASP.Net load balancing -


I am working on asp.net (newbie) and I am trying to understand that "load" What does it mean to "balance" the website? The website will be used by many users and resources (databases, web services, ..).

If someone can help me understand the concept of load balancing for the asp.net web site, I would appreciate it. Thanks.

A load-balance-related problem that you want to be aware of when developing: where you Session positions store a good overview of your options.

If you apply your asp.net system by using "single-process" or "SQL-server-mode" session state management, then you have some additional flexibility later, if you deploy your Decision to present a load-balancer in the system:

  1. Your load balancer does not have to deal with session affinity as a poster above, all the modern load-balancers Sort of handle it This is a minor consideration in any case.
  2. Web-Garden (a type of IIS / server-implemented load-balancer) Requirements "Out-of-process" or "SQL-server-mode" session status management So if your system is already configured If you have been, you will be close to one step to use the web-gardens.

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -