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.
a
Syndicate
is an organized collection ofWorker
s. 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.