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.

Load balancer and session management

There is a website run by 2 servers. These 2 servers balances the load using Load Balancer. So, if 1 session is created …

session load-balancing
Load balance web application

There are load balanced tomcat web servers. Every request could be served by different tomcat server. How could we take …

java tomcat load-balancing
Load blancing MQTT broker

Is it possible to load balance MQTT broker? Can I use ELB to load balance MQTT? Any pointers in this …

load-balancing mqtt amazon-elb
Configure HAProxy for rabbitmq

I want to use HAProxy as a load balancer. I want to put two rabbitmq server behind haproxy. Both the …

java load-balancing rabbitmq haproxy round-robin
Load Balancing using HAProxy for Postgresql 9.4

I have made a setup of multi-master replication of PostgreSQL using BDR (Bi-Directional Replication) among 4 nodes (virtual machines). Now i …

load-balancing postgresql-9.3 database-replication haproxy multi-master-replication
ADFS - ID1059: Cannot authenticate the user because the URL scheme is not https and requireSsl is set to true

We have a website hosted and configured to use ADFS 2.0 for SSO. When I browse the web site via https, …

asp.net-mvc https load-balancing adfs2.0
Using a S3 Static Site with an Application Load Balancer

I have an ALB that currently routes traffic to multiple urls. I'd like to be able to route traffic to …

amazon-s3 load-balancing terraform terraform-provider-aws static-site
Storm-Kafka multiple spouts, how to share the load?

I am trying to share the task among the multiple spouts. I have a situation, where I'm getting one tuple/…

java load-balancing apache-storm apache-kafka
Jenkins multiple masters

We are planning to implement a little Jenkins server farm which will continuously build our binaries as code is getting …

jenkins scalability load-balancing high-availability
How can I disable keep-alive on ASP.NET Web Service client requests?

I have a few web servers behind an Amazon EC2 load balancer. I'm using TCP balancing on port 80 (rather than …

c# asp.net web-services load-balancing keep-alive