in reply to Re^3: Parallel::ForkManager is time consuming...takes too long
in thread Parallel::ForkManager is time consuming...takes too long

At least I have the syntax right. So but when should I use forking? All examples that I can find somewhere in the Net are as simple as the example I have provide. I have several loops and subroutines which can be distributed on different CPU-cores.
  • Comment on Re^4: Parallel::ForkManager is time consuming...takes too long

Replies are listed 'Best First'.
Re^5: Parallel::ForkManager is time consuming...takes too long
by ikegami (Patriarch) on Aug 13, 2011 at 00:05 UTC
    When it helps and the extra complexity is acceptable.