Changes between Version 1 and Version 2 of Ticket #923, comment 2
- Timestamp:
- 03/10/16 21:09:48 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #923, comment 2
v1 v2 4 4 Thanks for the quick response. 5 5 I don't think level 4 proxying would work for us, specifically in situations where a small number of clients are connected to a large pool of backend servers: each client would issue all its requests over the same TCP connection to the same backend server, potentially exhausting it. 6 Regarding [http://mailman.nginx.org/pipermail/nginx/2015-December/049445.html| your comment] on the limit on number of 7 simalteneous requests :the way I was thinking about load balancing is to have nginx dispatch different stream to different backend servers, which I think should solve the problem. (not very familiar with nginx/http2 so the idea might be way off) 6 Regarding [http://mailman.nginx.org/pipermail/nginx/2015-December/049445.html| your comment] on the limit on number of simalteneous requests :the way I was thinking about load balancing is to have nginx dispatch different stream to different backend servers, which I think should solve the problem. (not very familiar with nginx/http2 so the idea might be way off) 8 7 9 8