Load Balancers
There are 3 entries for the tag Load Balancers
If you’re new to this series, you can find the complete list of articles in the series on my personal page here
If you are writing applications to sit behind a Load Balancer, it behooves you to at least have a clue what the algorithm your load balancer uses is about. We’re taking this week’s installment to just chat about the most common algorithms and give a plain- programmer description of how they work. While historically the algorithm chosen is both beyond the developers’ control, you’re the one that has to deal with performance problems, so you should know what is...
posted @ Tuesday, March 31, 2009 11:02 PM | >
So last time we were talking about when and why you might implement load balancing – either with a dedicated load balancer, or with a full-blown Application Delivery Controller (ADC). This time we’ll briefly run over what a load balancer does and how it does it.
If you’re just now joining us, the first blog in this series can be found here: Intro to Load Balancing for Developers – the Architects View.
Note that this is a very high level overview, but the end of the article includes links to other articles that offer you more detail if you need it....
posted @ Tuesday, March 17, 2009 8:16 PM | >
Okay, there are a zillion bits about load balancing including introductions and articles for developers, but I’m throwing this out in a blog format so we can be more chatty and less “instructional”. To that end, I’ll be a lot more laid back than what you’re used to reading on the topic, but the whole point of this (and any follow-on) blogs is to get you to understand rather than just know load balancing. If you already understand, join me, there’s a comment form below, tell the other readers what I’ve missed or understated.
So you’ve built your web app ZapNGo,...
posted @ Wednesday, March 11, 2009 9:50 PM | >