To give some context, Andrew Godwin is the guy behind the Django database migrations library South. This looks interesting and I'm excited to see what other gems they open-source.
In the article I cover why we moved away from HaProxy; someone's also asked me why we didn't choose Nginx. It's because we needed HTTP/1.1 support to the backend (for things like WebSockets), which Nginx doesn't have (yet).
There's no sticky sessions, and the balancing is purely random (so statistically roughly the same as a round-robin) - it was primarily designed for large numbers of small backends, rather than one or two sites with ten backends, though we'll be adding in more balancing types as we go.
8 comments
[ 3.4 ms ] story [ 32.4 ms ] threadSome talks he's given: http://lanyrd.com/profile/andrewgodwin/slides/
What are the balancing options are available (weighted round robin, least connections, etc.)?