Posted by Erwin Moller on 04/12/07 17:22
bleen wrote:
> can someone point me in the right direction here..
>
> I have a script (essentially a giant for loop) that takes about 20
> mins to run on my server. I want "split" this process onto a second
> server by doing something like this:
>
> system("/srv1/path/to/php /path/to/script.php ".$arg1." ".$arg2." > /
> dev/null &");
> system("/srv2/path/to/php srv1/path/to/script.php ".$arg1." ".$arg2."
>> /dev/null &");
>
> ideas? thoughts? questions? comments? concerns? jokes?
Yes:
Do you know why six is afraid of seven ?
.....
.....
Because 7 8 9.
;-)
Good luck.
Regards,
Erwin Moller
[Back to original message]
|