in reply to Re^2: Using Thread::Conveyor and Parallel::ForkManager
in thread Using Thread::Conveyor and Parallel::ForkManager

It seems like you're not understanding that Parallel::ForkManager does not use threads. It is process-based. Since Threads::Conveyor uses threads, the two don't mix.
  • Comment on Re^3: Using Thread::Conveyor and Parallel::ForkManager