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

HTTP Connection limit hardlimited by mysqld connection limit #6

Open
mjsmith707 opened this issue Oct 20, 2014 · 0 comments
Open

HTTP Connection limit hardlimited by mysqld connection limit #6

mjsmith707 opened this issue Oct 20, 2014 · 0 comments

Comments

@mjsmith707
Copy link
Owner

Currently srv_db objects are assigned to individual http connections. Since each object itself opens a new connection to mysqld this results in a hard limit of effective server connections.

In the future they will needed to be stored in a pool where they are assigned to a http connection for databases accesses during that connection, complete with lock guards on all necessary srv_db functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant