.Net Remoting vs. WCF

后端 未结 4 975
死守一世寂寞
死守一世寂寞 2021-02-19 07:45

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

I am thinking of keeping the business components on the app server and UI components on

4条回答
  •  不知归路
    2021-02-19 07:57

    We use net.tcp bindings with hardware load balancing on our high traffic sites. It seems to work great and we haven't had any problems with it.

提交回复
热议问题