in reply to Re: Introduction to Parallel::ForkManager
in thread Introduction to Parallel::ForkManager

You are correct, I have used the module just as described in the referenced node. I'm planning on writing up a synopsis of what I had to do, how I did it, and how it all works and stick it under craft.

However, since you asked here's a short answer. I did use Parallel::ForkManager to solve my problem, I followed the following suggestions from the thread: There's a bit more about the optimization that I've done, but look for it under Craft in the next few weeks.
  • Comment on Re: Re: Introduction to Parallel::ForkManager