What design patterns or techniques have you used that are specifically geared toward scalability?
Patterns such as t
Make the application as stateless as possible. Will be easier to adapt to a server farm.