由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - General Q: Web Server Load Balance and DB Server (转载)
相关主题
Stack Exchange’s Architecture in Bullet PointsInterview: small business of .net
Help ASP.NET!!![转载] local smtp server doesn't send out email...
用.NET做了个网站,大家来拍砖吧pass request to other server
ASP.NET和PHP[MSDN]Simulating include Files w/ASP.NET
web farm.Net based Exchange Server application
database federationasp.net问题急问(初级)
Re: 今天买下了Visual Studio .net professionalASP.NET Cassini Sample Web Server
from C++ to C#ASP.NET host server
相关话题的讨论汇总
话题: server话题: load话题: web话题: balance话题: db
进入DotNet版参与讨论
1 (共1页)
a*******t
发帖数: 891
1
【 以下文字转载自 EmergingNetworking 讨论区 】
发信人: Assailant (反恐精英...I am a friendly assailant), 信区: EmergingNetworking
标 题: General Q: Web Server Load Balance and DB Server
发信站: BBS 未名空间站 (Thu Sep 14 20:22:29 2006)
With my very breif understanding of load balance, if the web server are
implemented with load balanced then the database server Needs to be outside
of the load balance cluster group.
Is this correct?
Is it possible/easy to run clustered DB on the same web load balanced server
cluster group?
Ju
a*******t
发帖数: 891
2
thanks
the web application I am writing is relatively simple, at least for now.
I am planning to pass all variables by URL parameters and not use session.
It should work right?

all the
case
null
disk
m**c
发帖数: 90
3

NET
implement and manage the hardware for the web server cluster.
don't need to do anything speical for load balance right?

【在 a*******t 的大作中提到】
: thanks
: the web application I am writing is relatively simple, at least for now.
: I am planning to pass all variables by URL parameters and not use session.
: It should work right?
:
: all the
: case
: null
: disk

k****i
发帖数: 1072
4
It depends on how the load balance device works. Some device dispatches all the
requests that belongs to the same session to the same machine, in this case
you don't need to do much. Otherwise there are many possibilities that the
application broke:
What if the application loads some data in application_start and somewhere
in the code the data is fetched from the cache without checking if it's null
or not?
How do you synchornized the data in the cache on different machine if you
need to?
What if
a*******t
发帖数: 891
5
I think the company is trying to do with a single DB server and load
balanced web server cluster. cost for clustered SQL servers (liences) is too
high for now
There is no trick to deply to clustered servers right? A server company is
taking care of the physical servers, if I give them the web folder for
delopyment, I think they should know what to do.

【在 m**c 的大作中提到】
:
: NET
: implement and manage the hardware for the web server cluster.
: don't need to do anything speical for load balance right?

1 (共1页)
进入DotNet版参与讨论
相关主题
ASP.NET host serverweb farm
诚心请教:如果有点vb&c++基础,学vb .net要多久database federation
ASP.Net比ASP倒底好多少?Re: 今天买下了Visual Studio .net professional
[转载] sql serverfrom C++ to C#
Stack Exchange’s Architecture in Bullet PointsInterview: small business of .net
Help ASP.NET!!![转载] local smtp server doesn't send out email...
用.NET做了个网站,大家来拍砖吧pass request to other server
ASP.NET和PHP[MSDN]Simulating include Files w/ASP.NET
相关话题的讨论汇总
话题: server话题: load话题: web话题: balance话题: db