Re: App Performance testing
Hi Anton,
1000+ User Connections is nothing different to a Customer with many myApps Sessions to PBX.
You should be careful with event trigged jobs, because 1000 Clients could create many traffic, so you need to take a look on the communication between clients and server.
It is therefore not dependent on the number of connections but on how efficiently the communication is regulated.
If you have a serverbased event and fire it up to 1000 Clients => no Problem
If you have a serverbased event and fire it up to 1000 Client which do an new Client Request to the AppService you will trigger a lot of webservertraffic from client to server.
For example a bad thing would be:
- Send a trigger "new call" to the clients
- The Client receives it and request Call information to the server
- For each client request you do a database request
=> this would be not efficient.
At the moment we have no pentesting tools for App Development Partners.
Best Regards,
Peter