简体   繁体   中英

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.

I was wondering how many concurrent connections the service can handle if installed on a Windows 7 machine (Enterprise edition)

From the information I can find, when running IIS on windows 7 the maximum number of connections is 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. That is true across all flavors of Windows 7 and 8.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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