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
kamirr
changed the title
Relay response time grows too quickly in relation to the number of connections
Investiagion: relay response time grows too quickly in relation to the number of connections
Oct 11, 2022
Investigation conculuded: the main reason for the ~linear latency is the fact that the time required to process a request by the relay server (from dispatch to socket send) is roughly proportional to sqrt(# nodes).
1.2s response time for barely 50k connections and relatively low load (25k req/s). See #191 (comment) for more data.
The text was updated successfully, but these errors were encountered: