开发者

How many user can IIS support?

Can IIS support multiple users, I'm thinking about 1000? If it can, how ca开发者_开发问答n I do it with asp.net?


You must be talking about the number of simultaneous web users?

IIS7 can support any number of users, depending only on the site complexity and the server performance (and maybe your web farm). You don't have to do anything in ASP.NET (apart from optimizing it... Hmm it's a quite vast subject.)

IIS6 supports limited users numbers on non server versions of windows (win XP)

Does it answer your question?


The number of users isn't the question you should be asking, instead look at the performance.

If your web server performance is poor you would need to deploy multiple web servers. Then you might want to consider load balancing so that jobs are distributed evenly.

It would be something that would need constant monitoring. This also highlights one of the advantages of cloud computing is being able to scale up with multiple web servers when needed or less during non peak periods thus saving costs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜