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

feat: 🎁 allow Syndicate to group Workers on particular connections #4

Open
cratelyn opened this issue Jul 8, 2024 · 1 comment

Comments

@cratelyn
Copy link
Owner

cratelyn commented Jul 8, 2024

a Syndicate is an organized collection of Workers. currently, a single worker always connects to the server, before sending a request and reading the server's response.

often, http/2 servers will handle many requests/responses over a smaller number of long-lived connections, to reduce the overhead of negotiating TLS handshakes.

it would be pleasant for the Syndicate to expose interfaces allowing load-tests to configure the rate of requests and the rate of connections independently.

@cratelyn
Copy link
Owner Author

cratelyn commented Jul 8, 2024

see the relevant section of the http/2 spec, § 9.1.1, here: https://httpwg.org/specs/rfc7540.html#reuse

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

No branches or pull requests

1 participant