dluxhu / perl-parallel-forkmanager

Parallel::ForkManager
20 stars 11 forks source link

Feature request: orphaned children and docker #36

Open Logioniz opened 3 years ago

Logioniz commented 3 years ago

I am using ForkManager in a script in docker containers where the running script is an init process.

Accordingly, if children die and they have more children, then these children will be orphaned.

It would be nice if you could remove them via the reap_finished_children method.