0

Use Cases

  1. we have a edge server (exposed to client), which is directly accepting connection requests from single or multiple clients
  2. edge server is proxy passing all the requests to internal upstream nginx server (app server)
  3. KeepAlive is on from edge server to Client
  4. KeepAlive cache is on from edge server to app server
  5. Client is sending the requests from a browser

Questions:

  1. A Client (Browser) as per latest trends, create 4 connection with edge nginx server, do this mean, edge server will create independent 4 connections for this client or just one ?

  2. For all the requests coming from the same client to edge server, it will cache, how many connections with app server ? is it 4 or just one ?

Please let me know your comments.

Regards vj

0 Answers0