Version 1.5.0 Final (30.07.2017)
! Complete recreation of the database query stuff.
Now only one connection will be used for all requests. This connection keeps connected to the MySQL server.
Expect a big increase in performance in an environment with many requests per minute.
The new code should also help to lower the memory requirements, especally in big environments.
+ JTSDNS now try to stop the database and the server socket connection on a friendly way,
if a task stop request (SIGTERM) will be received (e.g. by CTRL + c).
- Bugfix: The Windows service scripts from the tools directory was not working, if only a 64 bit Java Runtime is installed.
Created two new scripts, which have to be used, if no 32 bit Java Runtime is installed.
o Updated MySQL Connector/J to version 5.1.42.