Hi, I have a site thats running on CakePHP and we've had to switch servers a few times to handle the traffic growth. Things seem ok now but it got me thinking about how to deal with more growth on the future.
I was thinking that if necessary, I can have two extra servers that will handle serving images and videos. Maybe the sub-domains would look like this: http://images.domain.com/ http://videos.domain.com/ My question is, would I need to have a whole separate cake instance running on each new server (including cake libs)? If I try to share the cake lib among all the servers, wouldn't that create a bottleneck somewhere and defeat the whole point? I'm trying to visualize how it will work but I'm not sure. Maybe someone has already done something similar to this? I'd appreciate any insight... Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
