Does windows 10 connection limit apply to self-hosted applications?

不羁岁月 提交于 2019-12-25 08:34:21

问题


I am planning to run RabbitMQ on Windows 10 as well as other services, including Self-Hosted ASP.NET Application. I don't want to use Windows Server from reasons I don't want to explain here.

Will I have problems after hitting 10 concurrent connections limit of Windows 10?

Number of consumers can reach even 30-50.


回答1:


According to the Microsoft EULA for Windows 10:

(iii) Device connections. You may allow up to 20 other devices to access the software installed on the licensed device for the purpose of using the following software features: file services, print services, Internet information services, and Internet connection sharing and telephony services on the licensed device. You may allow any number of devices to access the software on the licensed device to synchronize data between devices. This section does not mean, however, that you have the right to install the software, or use the primary function of the software (other than the features listed in this section), on any of these other devices.

So, the limit isn't 10 connections. The limit is enforced both as a legal obligation and programmatically for some services (e.g. IIS, but not self-hosted ASP.NET).

Since what you're asking about may involve the EULA, you should really get proper legal advice.

Sources:

https://www.microsoft.com/en-us/Useterms/OEM/Windows/10/UseTerms_OEM_Windows_10_English.htm

Unlimit the maximum concurrent connection on Windows 10



来源:https://stackoverflow.com/questions/41577869/does-windows-10-connection-limit-apply-to-self-hosted-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!