I was part of a team that built a huge dating site using PHP (but not Cake) and we found the best thing was to leverage PHP's "share nothing" strengthis and use a hardware load balancer to send requests to multiple application servers all running the same code. You could use a software-based load balancer too
I'm curious as to why you may want to distribute different controllers to different servers instead of trying to balance out the load as evenly across your application servers? On 8/8/06, wanagi <[EMAIL PROTECTED]> wrote: > > hi all, > i am planning to make a big site based on cakephp. i am right now > thinking of a way to distribute this application to several servers. > does anyone has any experience with this. i was thinking to maybe use > proxypass directives of mod_proxy to distribute different controllers > to different servers. does this sound possible? are there better > solutions? > > thx > thorsten > > > > > -- Chris Hartjes "The greatest inefficiencies come from solving problems you will never have." -- Rasmus Lerdorf @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
