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

option to client side force not reusing a connection more than X times #533

Closed
ldemailly opened this issue Mar 25, 2022 · 1 comment · Fixed by #594
Closed

option to client side force not reusing a connection more than X times #533

ldemailly opened this issue Mar 25, 2022 · 1 comment · Fixed by #594
Assignees

Comments

@ldemailly
Copy link
Member

option to client side force not reusing a connection more than X times
default would remain to reuse connection as much as possible (until an error or server close) but we can add a
-max-connection-reuse n

One issue is maybe we would want different numbers per thread so they don't do it all at the same time (could be offset by % threadid though that is yet another option (so many/too many)

combined with #532 and #531 we would simulate more easily "new clients"

@ldemailly
Copy link
Member Author

Same as #339

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 a pull request may close this issue.

2 participants