|
Posted by Sjoerd on 06/11/07 21:39
On Jun 11, 6:36 pm, Anthony Smith <mrsmi...@hotmail.com> wrote:
> Can someone point me to a resource or something were I can set [load balancing] up cleanly.
Load balancing is not PHP-specific, except maybe for session data when
multiple requests for one user are directed to multiple servers. In
the simplest case, you put your script on two servers and that's it.
Some things which might be worth looking into:
Round robin DNS
MySQL replication
mod_backhand
mod_rewrite load balancing
mod_proxy_balancer
Linux Virtual Server
SSL offloading
Zend Platform
Barracuda load balancer
As you can see, I am assuming that you are using Linux, Apache, MySQL,
have enough access and knowledge to the server, use SSL, etc. etc. If
you do not ask specific questions, you can not expect specific answers.
Navigation:
[Reply to this message]
|