TLDR; will mySQLCommunityServer Connection automatically be closed when the Programm quits?
Since we installed a new firewall, we have had a problem where over a certain period of time, the number of connections to mySQL servers (port 3306) are established but not terminated. Our new firewall does not terminate these connections after a timeout because we need it that way, which was one of the reasons for the new firewall.
Our Xojo programs use the mySQLCommunityServer intensively, but do not close the connections because they are needed again and again. No close was inserted when the programs were closed either, because I assumed that the connections would be closed automatically when the program was closed.
Am I right in assuming that mySQLCommunityServer connections are closed automatically when my programs are quitting or do I have to do this explicitly in the programs?
Is it possible that the connections are closed automatically when I quit the App, but not while debugging, and that is why there are too many open connections left open?
6 posts - 3 participants