AppleDash / SaneEconomy

Finally, a sane economy plugin for Bukkit.
https://www.spigotmc.org/resources/saneeconomy-simple-but-featureful-economy.26223/
GNU General Public License v3.0
19 stars 24 forks source link

Database connection pool #33

Closed huluhulua closed 7 years ago

huluhulua commented 7 years ago

I am using mysql. In my server there are too many connections in TIME_WAIT stat. Every new mysql connection have to do authentication each time. I think you can use a connection pool library to improve the performance, HikariCP is a good one. LogBlock plugin useHikariCP, and it has very a good performance.

AppleDash commented 7 years ago

Is this still a trouble with latest version?