How many users can Appgini Handle in this application

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
frankg
Posts: 11
Joined: 2020-06-08 16:37

How many users can Appgini Handle in this application

Post by frankg » 2021-10-23 14:35

Hello
I will appreciate if you could help me with the next question: We have a project to develope an application that in a 1 or 2 will have almost 5000 registered users and we have calculated that somentimes it will have 50 concurrent users. The Applicaction does not make any kind of calculation and do not manage images. The application will have 8 tables with no more than 20 field buy there will be a table with 62 fields. Practically the application is a simple database. We are going to install it in a Cloud dedicated VPS with 8 processors, 16GB RAM, SSD, MariaDb.

We would like to know opinions to know if Appginy could handling that number of registered users?

Thanks very much.

Frank

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How many users can Appgini Handle in this application

Post by pbottcher » 2021-10-24 14:46

Hi,

this is good question. But from what I would suspect it should be possible. There are no limitations within AppGini to the number of users.
The question is what will the 50 concurrent users do within the app? Will they be updating records, or just checking data?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

frankg
Posts: 11
Joined: 2020-06-08 16:37

Re: How many users can Appgini Handle in this application

Post by frankg » 2021-10-24 17:21

Thanks for your comment. The users will be updating records. All the records are plain text a no images. The application will be concetrated practically in just one main table. Is there a way to use another utility to allow the applicaction woorks better or incremente the performance? Thanks.

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How many users can Appgini Handle in this application

Post by pbottcher » 2021-10-24 21:25

Well that is hard to say with so little information.
What do you mean by increment the performance. What is bad today?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply