php - solve apache problem when more clients connect the site -
I have a php web application on the web server, connect between two oracle db servers in load ala ... Application smarty template engine used in the web .. and ajax jquery problem - When more client web application connects the site does not stop or the apache is running then we restart Apache. - Some web pages are slow.
I want to fix the problem and how to do Apache and demonstrate with more customers.
You have not given too much details, so some (common) possibilities:
-
Using PHP opcode caching Use a different static media server for all static media.
-
Run with MaxChildren / APC, XC, Z
-
MaxClients and related options.
-
It is possible that you are just getting a lot of visitors, upgrade to a fast machine, or load the balance between multiple app servers.
Comments
Post a Comment