UnixJunkie / PAR

Execute shell commands in a parallel and/or distributed way
https://savannah.nongnu.org/projects/par
GNU General Public License v3.0
2 stars 4 forks source link

add option to preserve order in the output #2

Open UnixJunkie opened 10 years ago

UnixJunkie commented 10 years ago

results should appear in the same order than the commands were read in

UnixJunkie commented 10 years ago

that would reduce performances but is still interesting in some cases and should be an option set to false by default

UnixJunkie commented 10 years ago

Maybe we should use a priority queue to insert the jobs done