Skip to content

More advanced connection management #64

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jplevyak2
Copy link

Close connections based on an idle timeout with an option to maintain a minimum number of idle connections and a maximum number of open connections per address.

a minimum number of idle connections and a maximum number of open
connections.
@flyhope
Copy link

flyhope commented May 15, 2024

good, good, very good!
proposal merge

@dormando
Copy link
Collaborator

dormando commented Apr 4, 2025

I like the look of this PR (lots of tests relative to the rest of the change!). As discussed in a bunch of issues though, we're likely to get pipelining working which solves the majority of this; you'll only need 1 or 2 conns per server instead of infinity.

Might be worth looking through this change in case we want idletimeout at least.

@dormando dormando added this to the Pipelining and meta protocol milestone Apr 4, 2025
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.

5 participants