How to improve Signalr performance
indrada...
116
Points
14
Posts
|
How do we improve signalr performance if we use it to show data at the refresh rate of per second. Also, I am facing the problem of memory out of bound due to which my signalr connection loss several time and Reconnection failed. .netsignalrsignalr-errorsignalr-performancememory-out-of-rangeSiganlr memory out of rangeSignalr errorsignalr performance
|
indrada...
116
Points
14
Posts
|
Hello friends I found one solution of my problem. Tuning your SignalR server for performanceThe following configuration settings can be used to tune your server for better performance in a SignalR application. For general information on how to improve performance in an ASP.NET application, see Improving ASP.NET Performance. SignalR configuration settings
IIS configuration settings
ASP.NET configuration settings This section includes configuration settings that can be set in the
ASP.NET settings that may improve SignalR performance include the following:
If Some one find batter solution then please Reply. Thanks
Posted On:
15-Jan-2016 12:29
helped a lot! thanks. - Rashmi 17-Apr-2024 03:51
|
Rahul M...
4918
Points
28
Posts
|
hi Indradaman, Thanks for sharing solution.
Posted On:
15-Jan-2016 20:23
|