What is clusterization?
You have high traffic resource and your server CPU is 0% idle? Time to migrate your project into the cluster.
Almost in all cases the web project resources can be distributed among separate physical servers. I.e. we can run database server and HTTP server on different physical servers. By this we’ll add CPU time to resources. Next step is high availability. Some resources have to be 100% online. This is simple – some web project resources work in master-backup mode, other – run parallel with load balancing on different physical servers.




