Home » Archive

Articles tagged with: load balance

Articles »

[9 Dec 2022 | No Comment | ]

Web server load balancing is a crucial aspect of ensuring the smooth functioning and performance of any website. It is the process of distributing incoming traffic across multiple web servers in order to avoid overloading a single server, which can cause slow response times and downtime.
Load balancing can be achieved through various methods, including hardware-based load balancers, software-based load balancers, …

Articles »

[25 Nov 2020 | No Comment | ]

I have plan to create MySQL cluster with 2 management nodes. If you read my article before regarding MySQL cluster, we are just using one management node. How about if we require more management node in case the primary management node require maintenance or shutdown.
The configuration is different this time. It is because, there are two management nodes. And also …