Android Question JDBC Server kinda stops

David Elkington

Active Member
Licensed User
Longtime User
Hi All,

I have an app now which is up and working and is sending data back to a "Server" which is SQL Server and JDBC in the middle. It seems to work well, except every so often it freezes and the tablets cannot send to the server any longer.

Is there a way of configuring the server to deal with high volumes, or a "reset" which can be run every now and then? When I close down the server and start it again, it starts receiving data again, but I really want a stable system as there will be 600 tablets connecting to this when live.. I have included a screen shot of my screen, sometimes the requests are super fast and other times they can take over a second.

I would like this system to have lots of small updates rather than batches.

Thanks

David
 

Attachments

  • Screen Shot 2017-03-14 at 15.55.04.png
    Screen Shot 2017-03-14 at 15.55.04.png
    330.6 KB · Views: 201
Top