Load Balancing Multiple Django Webservers

Viewed 4864

I was wondering if anyone had ever implemented multiple Django webservers pointing to a single database, essentially functioning as a single website via load balancing?

What software did you use for load balancing?

What additional setup/configuration did your Django webservers require?

Did you need to modify your Django code in any way?

1 Answers
Related