I have multiple PHP scripts that are executable and I want to run them simutainiously from 1 script, whether that 1 script be a shell script or any other type of script. The scripts can take upto 5 minutes each to run so I don't want something that will execute them 1 after another, I'd like them to all run at the same time.
How would I go about doing this?
Regards,
[SOLV]Running multiple scripts simutainiously from 1 script.
Moderator: General Moderators
-
impulse()
- Forum Regular
- Posts: 748
- Joined: Wed Aug 09, 2006 8:36 am
- Location: Staffordshire, UK
- Contact:
[SOLV]Running multiple scripts simutainiously from 1 script.
Last edited by impulse() on Thu Dec 20, 2007 6:50 am, edited 1 time in total.