Chris Hartjes wrote:
> 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?
>

i was thinking it might give more flexibility in choosing the hardware
for the particular task.
ie a controller for creating statistics or calculations will for sure
utilize more resources and needs more ram than a controller that just
queries a database and provides a view to a customer.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to