I an running a site(cOMPUTER uSTAD) on which there are number of Link Building and SEO tools which are written in PHP. Yestaday my server on which my site is hosted hangs up due too much of load on server. The load was due to the tools. My question is that is there a way in PHP to run my tool on the user's system so that my server does't get overloaded again.
Maybe you had try to using ajax ,take the processing in the client's browser and sending the result back to your server. But it still using mass resources of your server.