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.

How to implement a round-robin circular list and count access requests of an element?

Scenario: For a list that have 3 elements: [A, B, C] You can circular access it as many times as you …

java list load-balancing circular-list round-robin
Sticky sessions on Kubernetes cluster

Currently, I'm trying to create a Kubernetes cluster on Google Cloud with two load balancers: one for backend (in Spring …

cookies kubernetes load-balancing nginx-ingress sticky-session
Apache + Tomcat with mod_jk: maxThread setting upon load balancing

I have Apache + Tomcat setup with mod_jk on 2 servers. Each server has its own Apache+Tomcat pair, and every …

apache tomcat multithreading load-balancing mod-jk
How to scale horizontally Amazon RDS instance?

How to scale horizontally amazon RDS instance? EC2 and load balancer+autoscaling is extremly easy to implement, but if I …

amazon-web-services amazon-ec2 load-balancing amazon-rds autoscaling
Proxying WebSockets with TCP load balancer without sticky sessions

I want to proxy WebSocket connections to multiple node.js servers using Amazon Elastic Load Balancer. Since Amazon ELB does …

node.js tcp websocket socket.io load-balancing
Determine IP Address of Client Behind Amazon ELB

We have some PHP servers on EC2 behind ELB. We would like to determine the locale/region by IP address …

amazon-web-services locale load-balancing
aws load balancer with no health check? or make it work with non-200 response?

I have a site I am trying to attach to a load balancer that requires Basic Authentication. It fails the …

amazon-web-services load-balancing
Apache ProxyPass - Regex to Exclude Files

I'm trying to exclude all files starting with "dgg-" and ending in ".xml", example: dgg-file-1.xml from using the apache …

regex apache mod-rewrite load-balancing proxypass
Scaling a postgres server to multiple servers

Our postgres server is about hitting its capacity and we're looking into adding a second database server. Are there any …

database postgresql replication scalability load-balancing
How can I modify the Load Balancing behavior Jenkins uses to control slaves?

We use Jenkins for our CI build system. We also use 'concurrent builds' so that Jenkins will build each change …

build continuous-integration jenkins load-balancing jenkins-plugins