Top "Load-balancing" questions

The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.

Why am i seeing lots of sockets in CLOSE_WAIT status when webservice stops working?

My java webservice running on Jetty falls over after a period of a few hours and investigation indicate many sockets …

java tomcat tcp jetty load-balancing
What might be causing the "The client disconnected" ASP.NET exception?

My .NET 3.5 application sporadically throws the following exception System.Web exception: The client disconnected Why is this exception occurring? My …

asp.net iis-6 windows-server-2003 load-balancing
Avoid nginx decoding query parameters on proxy_pass (equivalent to AllowEncodedSlashes NoDecode)

I use nginx as a load balencer in front of several tomcats. In my incoming requests, I have encoded query …

nginx load-balancing reverse-proxy
Pros and Cons of Sticky Session / Session Affinity load blancing strategy?

One approach to high scalability is to use network load balancing to split processing load between several servers. One challenge …

session scalability load-balancing sticky
How to specify static IP address for Kubernetes load balancer?

I have a Kubernetes cluster running on Google Compute Engine and I would like to assign static IP addresses to …

load-balancing google-compute-engine kubernetes
How load balancer works in RabbitMQ

I am new to RabbitMQ, so please excuse me for trivial questions: 1) In case of clustering in RabbitMQ, if a …

rabbitmq load-balancing
How do you load balance TCP traffic?

I'm trying to determine how to load balance TCP traffic. I understand how HTTP load balancing works because it is …

tcp load-balancing
Traefik Bad Gateway

I've got some strange issue. I have following setup: one docker-host running traefik as LB serving multiple sites. sites are …

docker load-balancing traefik bad-gateway
HaProxy (cannot bind socket, select test failed)

Hello everyone, Im working about an high availbility project, I had to put in production an haproxy for some applications. …

sockets load-balancing high-availability haproxy
SSL and Load Balancing

What affect does SSL have on the way load balancing works? I know that you need to use sticky sessions …

ssl load-balancing