maybe if you put Call1 and Call2 in seprate PHP files, and you call both of
them. i guess it would work

Ammar
"John Clegg" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I would like to be able to execute 2 system calls simultaneously. I am
> not interested in the output and I would like to do the equivalent of a
> fork as these programs take a long time.
>
> eg
>
> system('/usr/local/bin/process_file file1');
> system('/usr/local/bin/process_file file2');
>
> Any suggestions on what to use???
>
> Cheers
>
> John Clegg

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to