Performance, 100´s of new accounts?

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Performance, 100´s of new accounts?

Post by hpl123 »

Hi all,
I am planning my application etc. and have a question about performance. If I use a 3.2Ghz CPU, 8GB ram, Java 64bit and my application is medium to fairly complex. Would my server be able to handle a couple of hundred (high count) of new users (creating accounts, testing the application etc.) if i e.g. provide a free trial? (this will level out but the activity etc. could be a lot when launching the application)

Please share your experience and also please share the maximum number of concurrent users you have had in your applications.

Thanks in advance, regards Henrik
Henrik (V8 Developer Ed. - Windows)
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: Performance, 100´s of new accounts?

Post by hpl123 »

hpl123 wrote:Hi all,
I am planning my application etc. and have a question about performance. If I use a 3.2Ghz CPU, 8GB ram, Java 64bit and my application is medium to fairly complex. Would my server be able to handle a couple of hundred (high count) of new users (creating accounts, testing the application etc.) if i e.g. provide a free trial? (this will level out but the activity etc. could be a lot when launching the application)

Please share your experience and also please share the maximum number of concurrent users you have had in your applications.

Thanks in advance, regards Henrik
Forgot to say, the server is a dedicated server.
Henrik (V8 Developer Ed. - Windows)
Powerm
Posts: 473
Joined: Mon Feb 01, 2010 9:44 pm
Contact:

Post by Powerm »

By experience I can say that beside the concurrent users and new account creation the most important CPU/ Memory load is due to the processes and rules attached to the BO. Your hardware specifications are perfect.
Independent Developer
www.atwing.com
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

THX

Post by hpl123 »

Thanks powerm. Good to know. Regarding account creation and concurrent users, do you think the the server will hold?
Henrik (V8 Developer Ed. - Windows)
Powerm
Posts: 473
Joined: Mon Feb 01, 2010 9:44 pm
Contact:

Post by Powerm »

Yes Sir, good luck :lol:
Independent Developer
www.atwing.com
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

THX

Post by hpl123 »

Thanks powerm (Sir) :)
Henrik (V8 Developer Ed. - Windows)
lineamovil
Posts: 201
Joined: Tue Jul 27, 2010 2:17 am
Location: Mexico

Post by lineamovil »

Hello!

I have an Corei3 Procesor
4 GB RAM
1 TB HD
MySQL 5.6 (in the task manager shows 590,000 K)

AwareIm Version 5.8
AwareIM Config:
AwareIM Server: 1024
Tomcat: 512
Config Tool: 256

We have like 15 - 20 users at the most.

Have several BO, the one that I use the most is 100,000 records
Others are: 250,000 records.

It use to be fast, but now it is slow. I have some rules that I need to use, but even queries are slow now.

Thank you for your help.
LineaMovil // Carlos Castillo
AwareIM Version 8.6
Windows Server 2021
MySQL Database 8.4
MEXICO
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Post by BenHayat »

lineamovil wrote: It use to be fast, but now it is slow. I have some rules that I need to use, but even queries are slow now.
Hi;

Could you be more specific, in what cases it is slow? i.e. Adding/deleting records or fetching single record or running a process or is it ONLY queries?

Slowness in different part of an app, could be from different causes. This way, the Aware experts on the forum can have better info to make suggestions.

Hope this helps.
lineamovil
Posts: 201
Joined: Tue Jul 27, 2010 2:17 am
Location: Mexico

Post by lineamovil »

Hello!

Ok it is working fine again!

I did a database maintanance in MySQL and that was it. It is super fast once again.

Sorry!

http://dba.stackexchange.com/questions/ ... -workbench
LineaMovil // Carlos Castillo
AwareIM Version 8.6
Windows Server 2021
MySQL Database 8.4
MEXICO
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Post by BenHayat »

lineamovil wrote:Hello!

Ok it is working fine again!

I did a database maintanance in MySQL and that was it. It is super fast once again.

Sorry!

http://dba.stackexchange.com/questions/ ... -workbench
That's a good info about Workbench. So you basically ran Optimize table against all your tables and now the performance is back?
customaware
Posts: 2405
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Post by customaware »

Nice Tip Carlos.

Thanx
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
lineamovil
Posts: 201
Joined: Tue Jul 27, 2010 2:17 am
Location: Mexico

Post by lineamovil »

Hello!

Yes that was it. It made it very fast. I have to say that I use php to extract some data in txt from that table. So that could also have created the problem. (It has over 1 year working)

It took almost 1 minute to show the query. Now in less than 15 sec shows over 100,000 records.


Thanks!
LineaMovil // Carlos Castillo
AwareIM Version 8.6
Windows Server 2021
MySQL Database 8.4
MEXICO
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

THX

Post by hpl123 »

Good tip Carlos,
Thanks
Henrik (V8 Developer Ed. - Windows)
Post Reply