« Return to Thread: how would you scale a cake app?

Re: how would you scale a cake app?

by bgmill :: Rate this Message:

Reply to Author | View in Thread


I'm running a cake app on 3 webservers (round robin dns) and 1 mysql
server right now, traffic yesterday was around 200,000 uniques and
400,000 page views.

Caching is being used on some of the heavier hit controllers but all in
all, load is minimal across the board -- we could easily handle 2 or 3
times the traffic on the current setup. Scaling up in terms of adding
webservers and db servers when required will be easy to accomplish.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: how would you scale a cake app?