in reply to Re: Parallel::ForkManager for any array
in thread Parallel::ForkManager for any array
removetree definitely new to me!
Now the code run and delete the main directory containing 8 files and 2 subdirectories,
the 8 children return fast enough since they are light weight files, but the other two children which were assigned to delete the 2 directories are still running,
I wonder if it is possible to let the return children to help out or create more children during the process? to achieve shorter deleting process?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parallel::ForkManager for any array
by 1nickt (Canon) on Oct 17, 2018 at 13:08 UTC | |
by MissPerl (Sexton) on Oct 17, 2018 at 15:11 UTC |