Some one help me. My site is on Php based script. http://thefreelibrary.info/ its on shared server. its consuming more cpu usage what to do to get safe from load.
Go over your code. Find out where it's using all the CPU time. Fix that. We can't see the PHP code by looking at the site. The error, though, seems to be that you're creating too many concurrent SQL connections. Make sure you close all the connections you open.