asp.net mvc - Windows 10 Maximum TCP-IP Connection Limit -


hi have made windows 10 app. typically hosts website inside using iis hostable web core. app uses asp.net web api odata , signalr connect devices in local network.

the app should able connect atleast 300 devices @ once. have hit maximum connection limit in window systems. im being able connect 10 devices maximum on windows pro system.

on reading issue came across many articles stating http.sys internal window driver responsible connection limit. meant if can bypass http.sys can bypass maximum connection limit.

two places was
1. kestrel
2. nodejs

kestrel being server .net code require me update whole of code .net 1.0 core isnt viable solution

edje.js opensoure project allows me run owin application inside expressjs has own http stack , hence not use http.sys free connection limit enforced windows.

my problem there no more available else. correct if iam able working using expressjs owin server ill able bypass connection limit?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -