对于中等可扩展的 Web 应用程序,我需要什么托管服务器配置?我知道这已经不是主题了,我要结束了
我有一个使用 SQL Server 2008 的 Microsoft ASP.NET MVC Web 应用程序。当前在单个服务器上运行,性能还算合理。然而,我现在需要部署相同的应用程序来支持更高的数量 - 每周 10,000 个基本订单。
我相信我需要一个单独的数据库服务器和一个或两个网络服务器。
如果我在 1&1 或 Rackspace 等地方托管,我想他们会提供建议。不过,在开始任何讨论之前,我想知道一些想法。
我不确定的一个方面是我应该使用的 Windows 服务器版本、CPU/内存要求、这些托管提供商是否提供负载平衡以及涉及的各种成本。
任何帮助表示赞赏:-)
I have a Microsoft ASP.NET MVC web application with SQL Server 2008. Currently running on a single server, performance is reasonable. However I now need to deploy the same application to support much higher volumes - 10,000 basic orders per week.
I believe that I will need a separate database server and one or two web-servers.
If I host at somewhere like 1&1 or Rackspace I presume they will advise. However I would like some idea before I start any discussions.
One area I'm not sure about is the windows server versions I should be using, CPU/memory requirements, whether these hosting providers offer load-balancing and kinds of costs involved.
Any help appreciated :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,这里似乎不可能给出最终答案。我会做什么:
关于版本/CPU/内存:我真的无法回答这个问题。执行基线测试使您能够了解自己的需求。软件版本实际上取决于您具体执行的操作以及您的环境支持的内容。
一般来说,我看不出不使用 W2K8R2 和 SQL2008 的理由,但同样,这主要取决于您的应用程序架构。也许您使用的某些组件在较新的 MSFT 软件堆栈上不再可用/不再受支持。如果这是一家 Microsoft 商店,您可以看看 Microsoft Azure。
Hm, a final answer does not seem to be possible here. What I'd do:
Regarding versions/CPU/memory: I really cannot answer this question. Performing your baseline test enables you to get an idea of what you need. Software versions really depend on what you do in detail and what your environment supports.
In general I cannot see a reason to not using W2K8R2 and SQL2008, but again, it depends mainly on your application architecture. Maybe you use certain components not available/supported any more on the newer MSFT software stack. If this is a Microsoft shop you could have a look at Microsoft Azure.