Re: [PHP] Script Multitasking

2005-10-29 Thread Richard Lynch
On Sat, October 29, 2005 3:57 pm, Martin Zvarík wrote: > I have a file, which I run using command line. The file I am running, > runs several files using passthru(). > What I realise is, that it runs each file in sequence and waits for > its > result. > I need to run all files at once and they don'

[PHP] Script Multitasking

2005-10-29 Thread Martin Zvarík
Hi, I have a file, which I run using command line. The file I am running, runs several files using passthru(). What I realise is, that it runs each file in sequence and waits for its result. I need to run all files at once and they don't have to return the result to the main file. How do I do