升级到 Server 2008 R2 会提高性能吗?
我们正在部署两个基于服务器的应用程序,一个是 WCF,另一个是处理大量网络流量的 Winform(如定制的 WCF)。
一般来说,从 Server 2008 升级到 Server 2008 R2 / IIS 7.5 会给这些应用程序带来潜在的显着性能优势吗?
我特别感兴趣,因为我听说过 Windows 7 与 Vista 相比有很多优点,并且想知道 Server 2008 R2 与 Server 2008 相比是否能带来类似的好处。即也许更好的内存处理等。
作为补充说明,我听说 Server 2008 R2 的 RTM 将在大约一周内在 MSDN 上提供,并且 Windows 7 RTM 将于今天在 MSDN 上提供。
We are deploying two server-based applications, one WCF, and one a Winform that processes a lot of network traffic (like a custom-made WCF).
Generally speaking, would upgrading from Server 2008 to Server 2008 R2 / IIS 7.5 offer these apps potential significant performance benefits?
I'm particularly interested, as I've heard great things about Windows 7 as compared to Vista, and wondering if we can expect similar benefits with Server 2008 R2 vs Server 2008. I.e. perhaps better memory handling, etc.
As an added note, I've heard the RTM for Server 2008 R2 will be available on MSDN within about a week, and that Windows 7 RTM will be available on MSDN today.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows Server 2008 R2 有许多改进,其中大部分是针对 Win7 所做的改进。
但是,您是否会看到任何性能改进很大程度上取决于您的应用程序及其工作方式。 判断您是否会获得更好性能的唯一方法是测量现有设置的性能,然后测量新设置的性能。
任何其他猜测都只是 - 猜测 - 可能与现实没有任何关系!
Windows Server 2008 R2 has numerous improvements including most of those that were made to Win7.
However, whether or not you'll see any perf improvement is highly dependent on your app and how it works. The only way to tell if you'll get better perf is to measure the perf on your existing setup and then measure your perf on the new setup.
Any other speculation is just that - speculation - and may not have any bearing on reality!
如果您正在寻求 WCF 服务的性能提升,那么您应该考虑的事情之一是您正在使用哪个 WCF 绑定以及它的配置方式。
查看此链接:http://msdn.microsoft.com/en -us/library/bb310550.aspx
If you are looking for a performance boost on your WCF services, one of the things that you should look at is which wcf binding you are using and how it is configured.
Have a look at this link: http://msdn.microsoft.com/en-us/library/bb310550.aspx