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
Should servers specify in their capabilities how many simultaneous connections (from a single client) are supported?
There are lots of issues with this! Load balancers are upstream and all requests to downstream servers come from this IP, although the remote-server id has the true client IP.
The text was updated successfully, but these errors were encountered:
This would allow clients to know that simultaneous connections could result in a speedup�.
This is most closely related to an apache-style setting that allows specification of the maximum number of connections. Although apache does not expose this setting to the outside (security risk?)
The question is how valuable that would be to clients - it would take client complexity to handle it.
Maybe have a simple option canSupportSimultaneousRequests: yes / no
Should servers specify in their capabilities how many simultaneous connections (from a single client) are supported?
There are lots of issues with this! Load balancers are upstream and all requests to downstream servers come from this IP, although the remote-server id has the true client IP.
The text was updated successfully, but these errors were encountered: