.NET远程与WCF [英] .Net Remoting vs. WCF

查看:111
本文介绍了.NET远程与WCF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一个.net网站,都将有并发用户1000上工作。

I am working on a .Net website which is going to have 1000s of concurrent users.

我想保持应用服务器和用户界面的业务组件在Web服务器上的组件。数据库(MS SQL Server 2005中),将另一台服务器上托管。我计划使用负载平衡为好。

I am thinking of keeping the business components on the app server and UI components on the web server. Database (MS SQL Server 2005) will be hosted on another server. I am planning to use the load balancing as well.

鉴于此,如果我想拥有最佳的应用性能有什么从Web服务器通信的最佳方式应用服务器和可扩展性?

Given this, what's the best way of communication from web server to app server if I want to have the optimum application performance and scalability?

推荐答案

您可以检查的这里 WCF和其他通信技术(包括.Net远程)之间的性能比较。得出的结论是:WCF是更快

You can check here a performance comparison between WCF and other communication technologies (including .Net remoting). The conclusion is : WCF is faster.

这篇关于.NET远程与WCF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆