I\'ve heard that people say that they\'ve made a scalable web application..
What really is scaling?
What can be done by developers to make their
Scaling means accommodating increases in usage and data volume, and ideally the implementation should be maintainable.
Use a database, but cache as much as possible while accommodating user experience (possibly in the session).
There are lots, but it depends on the implementation. What programming language(s), what database, etc. The question needs to be refined.