Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Connection - Limit number of connection open/close processes #711

Open
adkinsrs opened this issue Jun 18, 2024 · 0 comments
Open

MySQL Connection - Limit number of connection open/close processes #711

adkinsrs opened this issue Jun 18, 2024 · 0 comments
Labels
Low Priority Not the biggest concern at the moment. Also includes "nice to haves"

Comments

@adkinsrs
Copy link
Member

Currently for most db transaction functions in geardb.py the mysql-connector is opened and closed for each function. This repeated opening and closing, when scaled up, can use up a lot of resources and overhead. It would be nice to limit the number of times the connection is opened... maybe once per API or CGI script call, or fewer if possible.

@adkinsrs adkinsrs added the Low Priority Not the biggest concern at the moment. Also includes "nice to haves" label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Not the biggest concern at the moment. Also includes "nice to haves"
Projects
None yet
Development

No branches or pull requests

1 participant