Dear all,
If the php webpages with data extracted from mysql server are visited by a large number of people (say 1000) simultaneously, the traffic flow is very large and the server cannot be handled. Do we solve it by putting the database into several servers (mirror) to share with each other. If possible, how to write the active php page and put the data into different database servers simultaneously? Are there any other ways to solve the problem regarding the traffic flow?
Thanks
Simon
If the php webpages with data extracted from mysql server are visited by a large number of people (say 1000) simultaneously, the traffic flow is very large and the server cannot be handled. Do we solve it by putting the database into several servers (mirror) to share with each other. If possible, how to write the active php page and put the data into different database servers simultaneously? Are there any other ways to solve the problem regarding the traffic flow?
Thanks
Simon