Posted by bleen on 04/12/07 15:56
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?
Navigation:
[Reply to this message]
|