0

Let say i have 1 GCP http load balancer and 2 webserver in backend.

Now if 100 user(browser) hit my service, I know that load balancer has 100 tcp connection open.
But will loadbalancer also open 100 tcp connection to my webserver ?

In short: Does GCP http load balancer do tcp connection pooling to my webservers or not?

Bhuvan
  • 4,028
  • 6
  • 42
  • 84
  • 1
    AFAIK connection pooling is not used with backends: https://cloud.google.com/load-balancing/docs/https HTTP connections are open/closed per HTTP request. – John Hanley Feb 20 '20 at 16:19
  • John, post your comment as an answer as it is on point. – Germán A. Feb 20 '20 at 23:14
  • 1
    the link shared says "The load balancer terminates incoming connections, and then opens new connections from the load balancer to the backends"... but doesnt say "per HTTP request"... – Bhuvan Feb 21 '20 at 03:38

0 Answers0