Base solution for your next web application
Open Closed

ASP.NET Zero framework #11076


User avatar
0
mahendra created

Prerequisites

  • What is your product type (Angular or MVC)? -** Angular**
  • What is product framework type (.net framework or .net core)?
  • .net core

Hi Experts,

We would like to know the following about the ASP.NET Zero framework:

  1. What is the maximum concurrent user count are supported by the framework? For Example: if we have more than 100,000 users logged into the application. We would like to understand from your experience.

  2. What is the minimum server requirement (e.g., Server configurations, RAM etc.) to run the ASP.NET Zero applications?

As we are planning to host the web application in the docker environment per customer. Therefore, we would like to know the minimum requirement to run the framework for at least 10 simultaneous active users.

Any help would be much appreciated.

Thanks,


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mahendra

    1. We haven't tested AspNet Zero for a while for this but in our previous tests ~5000 users can make operations at the same time which requires a database operation. AspNet Zero doesn't add much overhead on top of a regular ASP.NET Core app. So, you will not have a problem with 100,000 users.
    2. For this, you can take a regular ASP.NET Core app as a reference. I suggest 1GB RAM at least and 2 CPU.