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

Implement database connection pooling. #4

Open
m-flak opened this issue May 11, 2020 · 0 comments
Open

Implement database connection pooling. #4

m-flak opened this issue May 11, 2020 · 0 comments
Labels
bug Something isn't working TODO This needs to be done later and is in the works.

Comments

@m-flak
Copy link
Owner

m-flak commented May 11, 2020

Implement database connection pooling. (See #1)

#1 was caused by no connection pool for the database connection.

Connection pooling must be implemented to allow the backend to actually work properly.

Because currently, multiple connections all at once will result in undesirable behavior, like on the Home Page. Posts and the Post List pages work fine.

@m-flak m-flak added bug Something isn't working TODO This needs to be done later and is in the works. labels May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TODO This needs to be done later and is in the works.
Projects
None yet
Development

No branches or pull requests

1 participant