This is a distilled version of the talk I gave at the phpug Dortmund in March. I'll concentrate on the High Availability aspect here but I won't leave out Load Balancing completely. Also, this is in English while the talk was in German.
High Availability and Load Balancing
High Availability and Load Balancing are often used in combination if not synonymous which is as wrong as it can get. They certainly do have some things in common (several machines do something) and they are often needed at similar times (when a website becomes more important) but the fundamental ideas are quite different.
While Load Balancing spreads incoming http requests over several machines this is not a highly available setup. High Availability …
[Read more]