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

Handling log and configuration files when load balancing apache

I asked this question on Stack Overflow, then I released that serverfault would be more appropriate, I apologize if anyone stumbles upon these two issues. So, I am currently rebuilding my web platform from a single-machine to a cluster of machines,…
Sandman
  • 349
  • 1
  • 4
  • 15
1
vote
1 answer

HAProxy first direct all trafic to primary if off direct to secondary if primary back redirect back to primary

How can i achive the following with HAProxy with regards to its simple tutorial found here: http://www.webhostingtalk.com/showthread.php?t=627783 I would to use HAProxy first direct all trafic to primary if off direct to secondary if primary back…
Jas
  • 701
  • 4
  • 13
  • 23
1
vote
1 answer

Is it possible to create a Virtual IP in Amazon EC2

I'm trying to find out if anyone has successfully created Virtual IP's in Amazon's EC2 cloud. I need to set up some load balancing but without Virtual IP's I can't see how I could handle failover scenarios. I would be left with a single point of…
bwight
  • 791
  • 1
  • 6
  • 14
1
vote
1 answer

How does using a single unicast IPV6 address with multiple interfaces work?

I'm upgrading my MCSA to MCITP and IPV6 is something I'm expecting to see ... which I know next to nothing about. I also don't really know anything about load balancing, which leads to my confusion here, I think. In my reading, I saw "Unicast. ...…
Daniel B.
  • 725
  • 7
  • 16
1
vote
1 answer

Any special benefit of load balancing as a service?

Some providers have load balancing services: Linode w/ NodeBalancer: http://www.linode.com/nodebalancers/ Rackspace Cloud w/ Cloud Load Balancer: http://www.rackspace.com/cloud/cloud_hosting_products/loadbalancers/ Does anyone know any reason to…
dgo.a
  • 209
  • 3
  • 8
1
vote
2 answers

Multiple Instances, multiple files?

Ok this may seem like kind of a newbie question, but here goes. I'm using Amazon Web Services and created a Elastic Load Balancer for 2 instances that are identical EBS EC2 instances. We'll call these Server A and Server B. When a request for a file…
nuecaster
  • 153
  • 2
  • 5
1
vote
2 answers

Load balancing or high availability tomcat with network switch?

i was wondering if it is possible to load balance and create a high availability environment using network switches? Or do i need a real apache server in front of the tomcat servers?
Marco
  • 121
  • 1
  • 3
1
vote
1 answer

Simple setup for load-balanced and fail-over tomcat?

Being new to Tomcat infrastructure, I am wondering what an advisable setup would be to have two physical machines each running a tomcat instance to be load-balanced and capable of failover to each other? I have seen lots of posts, but to me it is…
Marco
  • 121
  • 1
  • 3
1
vote
2 answers

Suggestions for HTTP load balancers for linux?

Possible Duplicate: Software http load balancer? Came across few load balancers like Pound(http://www.apsis.ch/pound/) , HAProxy (http://haproxy.1wt.eu) and BalanceNG (http://www.inlab.de/balanceng/index.html). Any suggestions on choosing a good…
nitins
  • 2,579
  • 15
  • 44
  • 68
1
vote
1 answer

Using cisco router as HTTP load balancer

I know this question is quite unusual, router doesn't design to do load balancing, but Is it possible to use cisco router as a simple HTTP Load balancer ? by creating nat pool and using ip nat inside,outside commands. (We have some left-over…
TACO
  • 11
  • 1
1
vote
2 answers

HAProxy - uneven load distribution

I'm currently testing haproxy to load balance our newsletter generation. We build personalized newsletter for our customers. To do this we use two webservers (identical machines), and one "mail engine". The mail engine makes calls to the webservers,…
Hans Hersbak
  • 11
  • 1
  • 2
1
vote
1 answer

Apache cache not working using load-balanced web servers

I just started using haproxy (tcp mode because of SSL) to load balance my traffic between two web servers. When I was using a single server, after images are downloaded for the first time, apache started serving "304 Not Modified" headers. But now…
koen
  • 133
  • 3
1
vote
0 answers

Performance issues on LAN with Load balancing

I recently set up a network which is running "slow" and I can't seem to debug the situation. I'm fairly noobie at networks I'll explain the setup and hopefully you can give me possible solutions. I have: one RV042 router/gateway three cisco WAP2--…
Abe Petrillo
  • 133
  • 2
  • 10
1
vote
2 answers

load balancing using dhcpd

i'm just wondering if it's possible. i don't want to hear about other solutions, since i know them. I just want to know if ISC dhcpd (or any other open source dhcp server) implement it. Imagine that i have a subnet configured in my dhcpd and as…
VP.
  • 403
  • 3
  • 15
1
vote
2 answers

SharePoint 2010 with two application servers

I've been tasked with setting up a 3-tier SharePoint farm. Two load balanced webservers Two applications servers A SQL server Everything is all set up and working with load balancing etc. etc. My question is what do I do with the application…