Confirmed users
1,136
edits
m (→Scaling Tips) |
|||
Line 182: | Line 182: | ||
==== Scaling Tips ==== | ==== Scaling Tips ==== | ||
* django-cache-machine - Use memcached | * django-cache-machine - Use memcached | ||
* django-multidb-router - Your app must be configurable so that reads can go to a | * django-multidb-router - Your app must be configurable so that reads can go to a separate DB than writes | ||
* zeus - Your app will run behind Zeus... Set HTTP headers, etc | * zeus - Your app will run behind Zeus... Set HTTP headers, etc | ||
* Think about cache coherency, based on all of these factors | * Think about cache coherency, based on all of these factors |