Best way to use PHP to run another remote php script.

Posted by atwellpub on Stack Overflow See other posts from Stack Overflow or by atwellpub
Published on 2010-05-17T22:14:22Z Indexed on 2010/05/17 22:20 UTC
Read the original article Hit count: 140

Filed under:

Hello,

I am wanting to create a web-based cronjob system for my userbase, and would need to know the best way to open a php script on a remote server, and ensure the script runs (could take 3 minutes), and use the least ammount of resources on my own side.

There is the possibility of having hundreds of connections open at one time.

Any advice on how I should go about doing this?

Thanks allot, Hudson

© Stack Overflow or respective owner

Related posts about php