开发者

how many concurrent user can login to silverlight application?

开发者 https://www.devze.com 2022-12-24 19:38 出处:网络
I am newbie in silver light. Can any one tell me how many concurrent users can have in silverlight application?

I am newbie in silver light. Can any one tell me how many concurrent users can have in silverlight application? ANd also what happes to the aplication if we have more开发者_开发问答 than 500 concurrent users?

Regards Chinnayya


The answer is 1.

A silverlight application is run on the client by the one user.

Typically though a Line of business app will have a server backend that the Silverlight application will talk to via WCF. That backend server can support thousands of users.


This is a scaling question.

The answer will depend heavily on the Server HW, but even more on the Application-Design.

The naive answer is: Your application will be slower.

Unfortunately only trial and error will show you (exactly) how much slower ..

0

精彩评论

暂无评论...
验证码 换一张
取 消