Follow-up Comment #11, bug #29512 (project findutils):
It seems to be an awful lot of hoops to jump through when you could just do
the following using GNU Parallel http://www.gnu.org/software/parallel/:
command | parallel -j+0 -S server1,server2,: process
This would run number_of_cpu_cores jobs on server1, server2, and the local
computer. If GNU Parallel is installed on server1 and server2 it will
automatically detect the number of cpu cores there.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29512>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/