how to go about scaling a web-application ?
- by phoenix24
for someone whoes been primarily a web-application developer, and know not much about scaling/scalability techniques.
I'll start by stating my application is written in Python, using Django; a fairly standard setup.
I currently use Apache 2.2 for my webserver, and MySql for my database server; both running on the same vps server.
Up until now,…