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

log files -- rsync -- loadbalancer

My server setup is this server1,server2,server3 server2 and server3 are synced to server1 using Rsync all are load balanced..... the problem I have here is that my applications log files are being overwritten..... Can you guys suggest any solution
uzumaki naruto
1
vote
3 answers

Load balancing across application servers

This is more a question of theory in order to help me as a developer understand the process our sysadmins are going to use in app deployment to distribute our app. I'd really appreciate some insight, as it would help me plan for possible eventual…
DeaconDesperado
  • 223
  • 2
  • 10
1
vote
2 answers

Need some advice on a deployment

So I am about to get started deploying a complicated infrastructure as a hosting environment for several high traffic sites. I will be using ec2 for the servers and other different services from AWS. Please, take a look at my diagram and give me…
1
vote
1 answer

Apache2 mod_jk LoadBalancer + Tomcat7 - Performance-Tuning

we have a very high load System with round about 8.5 Million User per day. Actually we have 8 Apache2 Loadbalancer (Ubuntu 10.04.3 LTS x64 via DNS-RoundRobin) which are sending the traffic via AJP1.3 to 20 Workers. On this workers our self-written…
Arny80Hexa
  • 139
  • 1
  • 4
  • 14
1
vote
1 answer

Unequal Cost Load Balancing via MPLS TE

Given the following network, with all sites' network routing tables built via OSPF: Site_A | Site_A_router | \ | Intermediate_site_C_router -- Other_sites | | | Intermediate_site_D_router …
Oesor
  • 300
  • 1
  • 2
  • 16
1
vote
1 answer

Setting up multiple web servers - Cloud

Our site traffic has grown large enough that we need to implement two web servers. We've signed up for the RackSpace cloud and we're wanting to move our eCommerce platform accross. We're running Magento. Basically I have a few issues. I'm in the…
Samuurai
  • 185
  • 1
  • 3
  • 8
1
vote
3 answers

Will using HAProxy to load balance provide a failover effect

I currently have a site running on an Nginx platform with PHP-FPM and APC. It is performing very well with the tests I have been trying. I would now like to add failover functionality and can't afford a hardware loadbalancer so was looking at using…
user1075894
  • 55
  • 1
  • 5
1
vote
1 answer

1K incoming http post requests per second, each with a 10-50K file

I'm trying to figure out what kind of server setup I will need to support: 1K http post requests per second each post will contain a xml file between 5-50K (average of 25 kilobytes) Even if I get a 100 Mb/s connection with my dedicated box (they…
Blankman
  • 2,891
  • 10
  • 39
  • 68
1
vote
1 answer

Requirements to load balance .NET 3.5 web servers

We're planning to load balance 10 .NET 3.5 web servers. We're using SQL 2008 session state server for session management. What do we need to load balance the .NET web servers? Things we've identified so far: web contents will need to be the…
dxcrpham
  • 11
  • 1
1
vote
1 answer

Recommendations for a packaged, non-VRRP load balancer?

I'm trying to begin load balancing on an ElasticHosts cloud server, and their system doesn't allow the user of VRRP. Does anyone know of any non-VRRP load balancers that are pre-packaged for standard Debian/Ubuntu? I've tried the non-VRRP…
Richard
  • 133
  • 1
  • 3
  • 6
1
vote
1 answer

Adapting Debian Sarge installation instructions (sources list) for Debian Squeeze?

I'm pretty new to sysadmin, and I'm trying to install the UltraMonkey load-balancer on Debian 6.0 - Squeeze. The installation instructions for Debian Sarge say to edit sources.list: deb http://www.ultramonkey.org/download/3/ sarge main deb-src…
Richard
  • 133
  • 1
  • 3
  • 6
1
vote
3 answers

Can you change an AWS Elastic Load Balancer health check without causing instances to go out of service?

For a number of reasons I need to change the health check URL of a live site behind an ELB. The ELB is configured for health checks every 30 seconds, with a healthy threshold of 2 and unhealthy threshold of 2. I need to ensure I make this change…
1
vote
1 answer

Load balancing for Web and Database Servers

I'm trying to get a greater understanding around load balancing for Windows IIS Web servers and MSSQL database servers. In our environment I have 2x IIS web servers and 2x MSSQL database servers. I am planning to put a fault tolerant ACE appliance…
Rowell
  • 703
  • 8
  • 18
1
vote
2 answers

SQL Server Load balancing

Poorly designed CRM/CMS/SCM/Call Center System, developed using C#/ASP.NET/MS SQL Server. The problem I have with this is that the client is using this system in production and is approaching a very busy period. The business is semi-seasonal and…
RupDog
  • 115
  • 3
1
vote
2 answers

How is a User Agent passed along from a load balancer?

I have an application that sits behind an F5 load balancer. The application needs to be aware of the User Agent and IP address of the inital request. For example: User Agent: Mozilla/5.0 (compatible; Googlebot/2.1;…
Derek Hunziker
  • 197
  • 1
  • 2
  • 8