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.

Apache, mod_jk and JBoss Load Balancing issue

OK, I have been whacking my head in vain since the last three days over this, so time to take …

apache jboss load-balancing mod-jk
AWS Instance Only Allow Traffic From Load Balancer

I have a Load Balancer and Auto-Scaling Group. The Load Balancer sends traffic to my Auto-Scaling Group. I have two …

amazon-web-services amazon-ec2 load-balancing elastic-load-balancer aws-security-group
Azure - Get Current Status of the Load Balancer Probe

We have a load balanced set in Azure for our web application, which load balances port 80 and 443 between two VMs. …

azure load-balancing
Why client-side load balancers like Ribbon?

Netflix makes use of Ribbon, which is in their terms a "client-side load-balancer". What are the use-cases and advantages of …

amazon-web-services load-balancing netflix
How to set up SSL in a load balanced environment?

Here is our current infrastructure: 2 web servers behind a shared load balancer dns is pointing to the load balancer web …

asp.net wcf infrastructure load-balancing
Adding header to response for specific URLs with HAproxy

I have a simple condition in my HAproxy config (I tried this for frontend and backend): acl no_index_url …

load-balancing haproxy
Load balancing with node.js using http-proxy

I'm trying to code a loadbalancing with node.js and http-proxy. I want a loadBalancer which share incoming request treatment …

node.js load-balancing node-http-proxy
Nginx proxy buffering - changing buffer's number vs size ?

I was wondering and trying to figure out how these two settings: proxy_buffers [number] [size]; may affect (improve / degrade) …

nginx proxy load-balancing
Algorithm to split an array into P subarrays of balanced sum

I have an big array of length N, let's say something like: 2 4 6 7 6 3 3 3 4 3 4 4 4 3 3 1 I need to split this array into P …

arrays algorithm parallel-processing load-balancing
How to tell uWSGI to prefer processes to threads for load balancing

I've installed Nginx + uWSGI + Django on a VDS with 3 CPU cores. uWSGI is configured for 6 processes and 5 threads per process. …

python multithreading process load-balancing uwsgi