Greets!
I would like to write a perl script that spawns x(variable) simultaneous tasks to work through a directory structure…
In this particular case, I want to use Robocopy.
I’ve found that a single Robocopy of a large directory structure is very slow compared to 4 simultaneous Robocopies breaking up the structure.
However I’d like to automate this process and let Perl kick off the robocopies keeping 4 going at a time as it works through the directory tree.
Any thoughts or idea’s would be appreciated, I’m still a young Perl programmer =)
Thanks!
I would like to write a perl script that spawns x(variable) simultaneous tasks to work through a directory structure…
In this particular case, I want to use Robocopy.
I’ve found that a single Robocopy of a large directory structure is very slow compared to 4 simultaneous Robocopies breaking up the structure.
However I’d like to automate this process and let Perl kick off the robocopies keeping 4 going at a time as it works through the directory tree.
Any thoughts or idea’s would be appreciated, I’m still a young Perl programmer =)
Thanks!