http://qs321.pair.com?node_id=11116058


in reply to Re^2: Parallel::ForkManager dies with "Free to wrong pool..."
in thread Parallel::ForkManager dies with "Free to wrong pool..."

Hi perlygapes,

No changes needed on the Windows platform. The Hobo script in the prior post works. Append the script with the missing subroutines found here.

sub the_task_I_gave_cain_to_do { ... } sub the_task_I_gave_abel_to_do { ... } sub the_task_I_gave_seth_to_do { ... } sub the_task_I_gave_noah_to_do { ... } sub the_task_I_gave_shem_to_do { ... }

Output from Strawberry Perl 5.30.1:

Forming 5 children. Today, I have begotten child 1 as Cain Today, I have begotten child 2 as Abel Cain is working. Today, I have begotten child 3 as Seth Abel is working. Today, I have begotten child 4 as Noah Seth is working. Today, I have begotten child 5 as Shem Noah is working. Waiting on begotten childen... Shem is working. Child Cain exiting

Regards, Mario