Scaling A Yii Application

Hi there,

I’m planning to scale a Yii app and I’m interested in any resources & information on how to do this. So far I’ve found little of help that refers to scaling Yii. I’d like to use amazon web services.

Does anyone have any links or pointers for my ongoing research?

Many thanks in advance,

Nick

How do you scale any web application? That is your answer. The main thing to keep in mind is session handling. I put my session info in the DB and then use ELB in amazon to distribute load across servers.