EntropySink

Technical & Scientific => Programming => Topic started by: hans on January 18, 2007, 06:21:58 PM

Title: Load balancing
Post by: hans on January 18, 2007, 06:21:58 PM
Well I just successful got a primitive load balancing solution working on my development system. I'm working on getting it all figured out for my work so we can do more maintenance during the daytime without taking down the customers (since we need high availability).
Getting the basic load balancing working with Apache was relatively simple, now I need to get SSL working, sticky sessions, app distribution and all the other cool stuff figured out.
Pretty cool though, far more advanced than any other company I've worked for yet.
Title: Re: Load balancing
Post by: Perspective on January 18, 2007, 07:26:22 PM
Are you writing the load balancer or using a package. IIRC apache has some load balancing package for it.
Title: Re: Load balancing
Post by: hans on January 18, 2007, 07:50:15 PM
I'm using the mod_jk package. We're a Java shop and that seems to be the one to go with.
Title: Re: Load balancing
Post by: Perspective on January 18, 2007, 10:03:28 PM
ah yes, that was the one I was thinking of. Couldn't remember the name though. I've never actually set one up, sounds like fun though :)