English 中文(简体)
届会如何在负荷平衡的环境中运作?
原标题:How Sessions works in a load balancing environment?

I have a web site which runs on a single server. Now the number of users are becoming high. So we are planning to introduce a load balancing server in few days.. What all thing i need to keep in mind for implementing the load blacking server? How the session will work in such an environment? NB:The application is done in Asp.net / MS SQL

问题回答

如果负荷平衡器支持硬盘会议,你可以使用这些软件,确保用户申请由同一服务器提供服务。 这是最好的选择。

其他做法是:

  1. Asp.net session service on a common server
  2. Asp.net session state in SQL server
  3. Using app fabric

平衡者具有持续会议的特点。 当配置负荷舱位时,你可以放弃或要求提供支持,使这一特点能够使用户一度得到服务器的服务。 服务器将提供服务 整届会议期间。

这应使您更深入了解负荷平衡:





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签