How to run web tool on client's system.

Discussion in 'PHP' started by deeepakumar, Jun 11, 2009.

  1. #1
    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.
     
    deeepakumar, Jun 11, 2009 IP
  2. dopanel.com

    dopanel.com Peon

    Messages:
    93
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    dopanel.com, Jun 11, 2009 IP
  3. uselessguy

    uselessguy Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Server script cant be run in client system. This should be run on server. No way :)
     
    uselessguy, Jun 12, 2009 IP