Answer the question
In order to leave comments, you need to log in
What is a load balancer usually built on?
How architecture is usually built for high-load projects.
Let's say there is a domain with a script that receives 1,000 people a day, and suddenly 1,000,000 people come to it tomorrow.
The script works with the mysql database on every connection.
The script will fail accordingly.
What steps would you take under load, provided that it is pointless to increase the capacity of the server?
Maybe there are some specific functions in node and php for this?
Answer the question
In order to leave comments, you need to log in
Let's say there is a domain with a script that receives 1,000 people a day, and what if tomorrow 1,000,000 people come to it.
You need to use message queues to distribute the load.
I advise you to read https://ruhighload.com/%D0%9E%D1%87%D0%B5%D1%80%D0...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question