Hello.
I'm writing applications in B4A but will connect to mysql database via B4J server. The result and the presented JSON and such are also included in the server. All text, no graphics in handle mode. While testing it works very well but I do not know how it will behave with the stability and speed of many connections, eg from 1000 to 10000 simultaneous connections.
Do you have any experience with this?
Is there any method to load sewer to test to check server behavior?
When communication breaks down?
I'm thinking of writing a program in B4J which will send loads of queries and count the time of sending and receiving in the table, and on this basis examine the behavior of the server. I do not know if my concept will work, or maybe you already have some proven methods.
Very grateful for all the suggestions.
I'm writing applications in B4A but will connect to mysql database via B4J server. The result and the presented JSON and such are also included in the server. All text, no graphics in handle mode. While testing it works very well but I do not know how it will behave with the stability and speed of many connections, eg from 1000 to 10000 simultaneous connections.
Do you have any experience with this?
Is there any method to load sewer to test to check server behavior?
When communication breaks down?
I'm thinking of writing a program in B4J which will send loads of queries and count the time of sending and receiving in the table, and on this basis examine the behavior of the server. I do not know if my concept will work, or maybe you already have some proven methods.
Very grateful for all the suggestions.