DNS Load Balancing

How to set a simple load balancing with DNS, even Google does it. In this example we will setup load balancing for domain test.com with 3 web servers. Here's all what you will need: - Multiple A records for host name or domain in the DNS service of your choice - 3 VPS or Dedicated […]

Read More

Remote MySQL with SOCAT socket

How to make a remote MySQL server with socket by using SOCAT. Remote MySQL advantages - move MySQL CPU usage from local CWP web server - move MySQL disk IO operations from disk - move MySQL disk space usage to other server - improve performances by moving MySQL to SSD multi-core powered server ... on […]

Read More