Questions tagged [load-balancing]

Load balancing deal with the techniques involved on using multiple systems to deal with high demands, balancing the load between those multiple systems. Questions deal with networking and server load balancing, using dedicated hardware or not.

Load balancing is a group of techniques used to ensure that loads are spread between multiple systems. The term is used on networking and server environments, with similar results.

Network load balancing involves using multiple connections or links to spread speed or high demand between those connections. That can be done on backbone links, carrier internet links or even from servers to switches to provide more speed using link sharing.

Server load balancing utilizes hardware (hardware load balancers) or software (software load balancers) to spread the requests destined for a domain or system between various servers behind those load balancers (often named backends). Load balancing ensures that high performance and scalability can be achieved by addition of servers.

2747 questions
1
vote
2 answers

Certificate Error on dropping www from https://www.example.com

I was looking at this blog and SO question These things prefer to drop www from their websites. But if you are running a website on SSL and you drop www, won't you get a certificate error? I use wild card cert on all my websites. Few examples:…
Broken Link
  • 161
  • 2
  • 5
1
vote
3 answers

AWS Elastic load balancer doesn't decrease instances from Alarm Trigger

I have a load balancer that I created an auto-scaling-group and launch-config for. I created the auto-scaling-group with a min-size of 1 and max size of 20. I have a scaledown policy: as-put-scaling-policy SBMScaleDownPolicy --auto-scaling-group…
jchysk
  • 319
  • 1
  • 5
  • 13
1
vote
1 answer

Cisco ACE Loadbalancer - Heavy Downloads Configuration

My hoster offers Cisco ACE loadbalancers in 30Mbit capacity steps. I am producing a lot of outgoing bandwidth in the order of gbit/s. I've read on a few online resources that there is a configuration that will make the server behind the loadbalancer…
Philip
  • 165
  • 3
  • 13
1
vote
1 answer

Haproxy rewrite host but send original one to servers?

Currently, I have nginx > 25 x nginx + fcgi The main nginx, does the load balancing and each virtualhost listens to a different ip (different products). some of the ips receive different hostnames, and they get rewritten back to the backend servers…
Angelo Vargas
  • 153
  • 1
  • 6
1
vote
1 answer

DNS for HTTP vs HTTPS

I have internal domain DNS for Http i.e. http://companyintanet.dev.local. Do I need a separate DNS entry for https i.e. https://companyintranet.dev.local or one will suffice both. I'm trying to understand how DNS, Web Server Load Balancer and IIS…
flybyte
  • 111
  • 1
  • 5
1
vote
1 answer

MySQL cluster for Drupal?

We have a pretty busy site based on Drupal and I was thinking of introducing some form of clustering for HA and Load balancing. However, http://drupal.org/requirements says: Drupal supports MyISAM and InnoDB table types. NDB tables (MySQL Cluster)…
Debianuser
  • 421
  • 4
  • 12
  • 29
1
vote
4 answers

Loading after a minute

Here is the web site. http://reachourfans.com when i enter the site, it's loading nothing, and after a minute it's beginning loading the site. I've switched off the Update module, and installed it to another server it's working fine, and in my…
Drupalizer
  • 121
  • 4
1
vote
2 answers

IP Level Failover for Web Servers With BGP (Am I Insane?)

I've considered using Round-robin DNS failover, but due to various levels of DNS caching, you run the risk of old records pointing to a down site. If I own my own address space and AS number, in data centre 1, I can announce my 1.1.1.x/x network to…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
1
vote
2 answers

SSL on Multiple Sites, 1 IP, Different Certificates, UCC not an option

We are looking to set up a cloud solution for one of our systems, but we need multiple TLD SSL's We are only allowed 5 public IP's Can't use UCC/Wildcard Certs since each client has own cert and some have different types of certs I came up with…
Albert
  • 131
  • 1
  • 4
1
vote
1 answer

Checking if FTP server drive space available through health monitoring on Zeus Load Balancer / Stingray Traffic Manager

I am trying to find out if the Zeus Load Balancer (now renamed Stingray Traffic Manager) can send out a notification if the FTP server it's trying to connect and transfer files to to is full or approaching a defined threshold?
spike5792
  • 13
  • 2
1
vote
2 answers

Clustering on Virtual Machine

Can you cluster/load balance on a virtual machine? I figured that would be redundant if the same machine is still performing the work but in virtual areas, or am I wrong?
Mike Flynn
  • 244
  • 1
  • 4
  • 13
1
vote
1 answer

IIS Session Sharing between Two IIS Instances

For testing purposes, I have 2 sites on the same IIS server that I want the session state to be shared between. The sites are identical (they point to the same folder) and originally they used the default application pool (which I have switched to…
mj_
  • 131
  • 1
  • 4
1
vote
1 answer

Load balancing based on client certificate with Apache mod_proxy_ajp and Tomcat

Currently, I am using mod_proxy_ajp to load balance requests to multiple Tomcat servers. Callers are authenticated using client certificates and an ACL. This has been working fine, callers are routed to either server at an even rate. Now I want to…
1
vote
2 answers

Can HAProxy respond with a specific sub domain that represents a backend server?

Say someone makes an HTTP get/post request to api.example.com/a/b Now say I have ten servers setup as my backend servers. I want a proxy to act as a load balancer, and during the request, handshake responds with: apiX.example.com/a/b where X is a…
Blankman
  • 2,891
  • 10
  • 39
  • 68
1
vote
2 answers

Increasing the concurrent user performance in LAMP application

We have a LAMP application where we have started to feel the performance pinch due to large number of concurrent users connecting to the application. I have looked at the individual parameters of Apache and MySql , where we need to configure them…
kabir
  • 139
  • 2
  • 5