While using signalr, will there be any connection limits on IIS

前端 未结 3 858
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-12 15:15

I have been looking at SignalR from last few days. Using this I have created an Admin Dashboard to get realtime information about a database table. Basically this table gets

3条回答
  •  借酒劲吻你
    2020-12-12 15:46

    Thanks Paige. Here are my findings. ASP.NET 4.0 by default accepts 5000 maximum concurrent requests per CPU. TO change this we need to set this number in ASP.NET Config file which can be found in this location %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet.config

    Also I found this great PodCast by Scott HanselMan http://www.hanselminutes.com/325/aspnet-45-updates-core-webforms-and-signalr-with-damian-edwards

提交回复
热议问题