c# - Maximum number of concurrent connections using WebAPI Self Hosting Service - Windows 7 -


i have windows service have written utilises selfhost feature of webapi.

i wondering how many concurrent connections service can handle if installed on windows 7 machine (enterprise edition)

from information can find, when running iis on windows 7 maximum number of connections 20.

windows client operating systems not viable service hosts microsoft puts hard limit on number of connections can accept. true across flavors of windows 7 , 8.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -