Changes between Initial Version and Version 1 of Ticket #923, comment 2


Ignore:
Timestamp:
03/10/16 21:09:24 (8 years ago)
Author:
mmarkus@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #923, comment 2

    initial v1  
    44Thanks for the quick response.
    55I 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 concern 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)
     6Regarding [http://mailman.nginx.org/pipermail/nginx/2015-December/049445.html| your comment] on the limit on number of
     7simalteneous 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)
    88
    99