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

Move Pool module to core #1212

Merged
merged 10 commits into from
Aug 28, 2024
Merged

Move Pool module to core #1212

merged 10 commits into from
Aug 28, 2024

Conversation

bigmontz
Copy link
Contributor

@bigmontz bigmontz commented Aug 27, 2024

The pool holds logic on resource pooling and it is used to avoid better resource management, enabling the driver to re-use connections and avoiding overflow server and cluster with too much connections. The pool also regulates acquisition timeouts, this avoiding clients to wait an undetermined amount time for acquiring resource when driver is busy.

This module is being moved to the core module to enabling drivers developers to re-use this module in context which is not Bolt.

@bigmontz bigmontz changed the title Refactory: move Pool module to core Move Pool module to core Aug 27, 2024
@bigmontz bigmontz marked this pull request as ready for review August 27, 2024 14:52
Copy link
Contributor

@MaxAake MaxAake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 LGTM

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

Successfully merging this pull request may close these issues.

2 participants