We have a web application that supposed to get lots of requests.
We prefer to extend our capabilities and open a connection via SignalR as much as our servers can handle.
But, after all, we want to switch to a regular Web API controller in case our servers can not handle the number of open connections. Or in case we reached to X open connections.
We aware of the way SignalR works and designed it to be on it's best side in terms of performance in our application.
Is anyone knows or has an experience on designing such capability of switching between Web API's controllers and SugnalR hubs?
Aucun commentaire:
Enregistrer un commentaire