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
1 answer

Haproxy ACL for balance on URL request

I'm usung Ubuntu with haproxy 1.4.13 version. Its load balancing two subdomains: app1.domain.com app2.domain.com now i want to be able to use ACL to send based on url request to the right backends For…
Elgreco08
  • 228
  • 3
  • 4
  • 16
1
vote
3 answers

How to load balance without an external load balancing router?

I want to load balance HTTPS requests across several Linux servers. The application requires session affinity, so once a user gets connected the same server needs to handle all subsequent requests from that user. Is there a reliable way to do this…
juggler
  • 170
  • 1
  • 7
1
vote
1 answer

How to properly config HAproxy with windows terminal servers

I am currently using Haproxy to load balance a terminal server farm consisting of 5 windows 2003 servers. The problem is that it doesn't seem to balance the servers properly as I have one server that gets overpopulated and one that is…
1
vote
1 answer

Deciding for software load balancing solution (apache mod vs other)

I have a simple web server configuration with Apache webserver and Tomcat. For instance we have 2 servers. I plan to scale up. Of course we will need a load balancing solution very soon. Should I be fronting Tomcat servers with Apache for load…
code-gijoe
  • 439
  • 1
  • 6
  • 15
1
vote
1 answer

Load balancing a simple website (Apache)

I have two webservers colocated in the same place. Currently only 1 is active and it hosts a online forum, but it's biggest use by far is serving large binary files to a couple hundred thousand people and responding to automated update checks. …
Daisetsu
  • 627
  • 1
  • 6
  • 8
1
vote
2 answers

Load balance xmpp traffic to multiple nodes in the backend

I have user facing endpoints like xmpp.host.com. However internally i would like to distribute load between xmpp1.host.com, xmpp2.host.com, ... What is the best possible way for doing this without moving this logic inside the xmpp server itself BTW…
Abhinav Singh
  • 11
  • 1
  • 3
1
vote
1 answer

Using Web Farm Framework workflows to fire custom command automatically

I'm using Microsoft's Web Farm Framework, and I'm trying to use the Workflow features of version 2.0 to fire a custom command when 'Remove from Load Balancing' is selected. Based on the linked article, I think I should be able to simply create my…
isNaN1247
  • 1,675
  • 3
  • 15
  • 20
1
vote
1 answer

nginx as load balancer to nginx webservers

I am trying to set up a software based load balancer with nginx. Before I install heartbeat and pacemaker, I have created a CentOS virtual machine and installed nginx on it (lb-01), which will serve as my load balancer. I have also created another…
1
vote
1 answer

Using virtual IP with stunnel and haproxy

We have a load-balancer setup, in which an HTTPS Request flows through the following steps:- Client -> DNS -> stunnel on Load-Balancer -> HAProxy on LB -> Web-Server This setup works perfectly when stunnel is listening to the local IP of the…
isNaN1247
  • 1,675
  • 3
  • 15
  • 20
1
vote
0 answers

IIS7.5 Application Request Routing for multiple sites on one WebFarm

I am running some test scenarios with setting up a server farm using Windows 2008R2, IIS7.5, WebFarm Framework and Application Request Routing. I have three servers: WebFarm1 Controller 192.168.0.231 WebFarm2 Primary …
Robin Day
  • 506
  • 1
  • 8
  • 19
1
vote
3 answers

Error 504 Gateway timeout

I would like to know if an error 504 Gateway timeout always come from the load balancer or it can also be originated from Apache and the PHP code it's running ? Thanks
mnml
  • 337
  • 1
  • 7
  • 21
1
vote
3 answers

One Big Server or more mini server?

I will need server for supporting large/mid files download. Do you think it's better to have a 1 big server or more of minor power? Let's consider the bandwidth price too.
dynamic
  • 740
  • 6
  • 17
  • 32
1
vote
1 answer

Configuring NLB for SharePoint 2010

How can I configure Network Load Balancing for multiple SharePoint 2010 web servers? I googled and binged and there are not many resources I could find on doing this for SharePoint 2010. Can anyone point me to some useful resouces? I am pretty new…
Ybbest
  • 391
  • 1
  • 4
  • 11
1
vote
1 answer

how can I configure apache to only balance some requests

I'm using Apache as a load balancer for application requests, but I would like it to serve static requests itself. At the moment, everything is getting passed through to the back-end servers. I'm sure that this is something simple, but I can't get…
Chris Curvey
  • 359
  • 1
  • 2
  • 9
1
vote
3 answers

Cost-effective firewall/load-balancer appliance

We looking for a firewall/load-balancer appliance for our solution running on co-located servers in a data-center. The appliance should have a throughput of 200 Mbps, and preferably have some scaling capabilities.
SyRenity
  • 3,179
  • 11
  • 57
  • 79
1 2 3
99
100