简体   繁体   English

使用WebAPI Self Hosting Service的最大并发连接数 - Windows 7

[英]Maximum number of concurrent connections using WebAPI Self Hosting Service - Windows 7

I have a windows service I have written that utilises the SelfHost feature of WebAPI. 我有一个使用WebAPI的SelfHost功能编写的Windows服务。

I was wondering how many concurrent connections the service can handle if installed on a Windows 7 machine (Enterprise edition) 我想知道如果安装在Windows 7计算机上,服务可以处理多少并发连接(企业版)

From the information I can find, when running IIS on windows 7 the maximum number of connections is 20. 根据我可以找到的信息,在Windows 7上运行IIS时,最大连接数为20。

Windows client operating systems are not viable as service hosts as Microsoft puts a hard limit on the number of connections they can accept. Windows客户端操作系统作为服务主机不可行,因为微软对它们可以接受的连接数量设置了硬性限制。 That is true across all flavors of Windows 7 and 8. 在所有类型的Windows 7和8中都是如此。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM