Blazor Server-Side Question & Discussion - # of server instants running... #11945
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Hi guys;
Looking at the pros & cons of server-side hosting model, one area that concerns us, is that, for every user that launches our app, a new copy of our app gets instantiated along with two other class libraries for Data Access and Business Domain.
The questions are:
Does every instance take up the same amount of resources as the first instance?
Since we don't know how many people come to the site, how do we know, when there are too many instances are alive?
When does an instance go away and resources are returned? Is there a session timeout if user is inactive?
What's the best strategy to keep an eye on this and not let the system crash?
Thank you in advance!
..Ben
The text was updated successfully, but these errors were encountered: