.Net Remoting vs. WCF

后端 未结 4 978
死守一世寂寞
死守一世寂寞 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 08:10

    I've a project using 2 application servers and 2 front-end servers plus load balance: No problem at all. Runs fast like a thought.

    The other team on my company is working in the same infrastructure. They have lots of problems... specially security ones!

提交回复
热议问题