Share one MySQL between all requests.
The old comments backend worked just fine with one shared connection, so we shouldn't get quickly into troubles with this approach. Previously the number of open connections just kept growing and growing because they never got closed. At least this problem is now gone - there's just one open connection which we never close.
Loading
Please register or sign in to comment