You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: