开发者

Max connections

What is max connections in a web.config?

If it is 40, does it mean onl开发者_JS百科y 40 users can be connected at a time?

Thanks.


MaxConnections specifies that at most 40 requests will be served at one time. It doesn't mean that only 40 users can sign in - just that if, say, 100 people request a page at the exact same moment, only 40 of them will be served one.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜