bigpresh / bigpresh/Dancer-Plugin-Database
setting to disconnect at end of request by default?
Open
wishlist
- Dominant language
- Perl
- Stars
- 39
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I just encountered an issue with an app going into production that had not been sufficiently volume tested. The starman workers were holding their database connections open and exceeded the max number of connections in mysql.
For mysql, in particular, there are people that recommend just reconnecting every time because connections are cheap. It might be nice to have a setting that would call disconnect at the end of a request.
possibly (peripherally) related to #10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.