avatar
k*i
1
Dos anyone can talk about the configuration of web farm on windows
platform.Not the load balancing part but the other stuffes.Thanks
avatar
k*i
2
Just try a littlbe bit.What you need to do is:
1.Make sure the application path in IIS metadata is the same for every
server(use metaedit.exe to check)
2.use the same descryption and validation key on every server(in
machine.config)
3.use StateServer or SqlServer to maintain the session information
4.Load Balancing.

【在 k****i 的大作中提到】
: Dos anyone can talk about the configuration of web farm on windows
: platform.Not the load balancing part but the other stuffes.Thanks

avatar
d*e
3
最复杂的就是application variable/cache/session state这些吧
是不是每个server都有一个copy,如何同步更新呢?
session state都用sql server对性能有多大影响呢?

【在 k****i 的大作中提到】
: Just try a littlbe bit.What you need to do is:
: 1.Make sure the application path in IIS metadata is the same for every
: server(use metaedit.exe to check)
: 2.use the same descryption and validation key on every server(in
: machine.config)
: 3.use StateServer or SqlServer to maintain the session information
: 4.Load Balancing.

avatar
k*i
4

This could be handle by some tools bah.
It's said that the penalty would be greater than 25% when using sql server and
15% for state server

【在 d******e 的大作中提到】
: 最复杂的就是application variable/cache/session state这些吧
: 是不是每个server都有一个copy,如何同步更新呢?
: session state都用sql server对性能有多大影响呢?

avatar
C*n
5

and
Usually there's no performance panelty in total.
But I suggest to use StateServer.

【在 k****i 的大作中提到】
:
: This could be handle by some tools bah.
: It's said that the penalty would be greater than 25% when using sql server and
: 15% for state server

avatar
d*e
6
what kind of tool can do that? on each server or on somewhere else?
and
it seems a lot. but if we can increase the number of servers in the farm by
25% then i guess we can offset it. then, the database will ve very busy.
and
avatar
d*e
7

where will you put the state server? a dedicated machine?

【在 C****n 的大作中提到】
:
: and
: Usually there's no performance panelty in total.
: But I suggest to use StateServer.

avatar
C*n
8
Doesn't matter, sometimes I use 127.0.0.1 :-)
It's perfectly OK to use one of the webserver as StateServer.
All depends on whether you website is really that busy.
avatar
k*i
9
So do you have the idea how to dispatch the request?Response.Redirect just
doesn't work for cookie session.

【在 C****n 的大作中提到】
: Doesn't matter, sometimes I use 127.0.0.1 :-)
: It's perfectly OK to use one of the webserver as StateServer.
: All depends on whether you website is really that busy.

avatar
e*g
10
why not use a load balancer which always dispatch same session to same
server, based on cookie. not even hard to write one in software.
every request involves a remote call, that's too bad. and it's a
single point of failure.
avatar
k*i
11
So if the server is doing some load intensive job,you still pass the request
to that server?That's not a good choice
【 在 embug (小甜甜) 的大作中提到: 】
avatar
d*e
12
what if the server which starts the session died? bad user experience. it can
be solved by having persistant state.
I think the multiple servers in the web farm not only can balance the load,
but also act as sort of redundancy to each other.

【在 e***g 的大作中提到】
: why not use a load balancer which always dispatch same session to same
: server, based on cookie. not even hard to write one in software.
: every request involves a remote call, that's too bad. and it's a
: single point of failure.

avatar
e*g
13
sure you can do session replication and recovery on background.
crash concern doesn't have to sacrifice performance for 99.9% case.
but i guess you can only use whatever MS provides.

【在 d******e 的大作中提到】
: what if the server which starts the session died? bad user experience. it can
: be solved by having persistant state.
: I think the multiple servers in the web farm not only can balance the load,
: but also act as sort of redundancy to each other.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。