in reply to Parallel::ForkManager - machine way tooo slow - need a quad-core machine

Perlbeginner1,

Only you know what size machine you need. I have never used 'Parallel::ForkManager', but I have used 'fork' on a lot of different *nix machines. So I'll give you some ideas to look at:

I've found that adding more than 4 forks per core starts slowing things down. But only you will know that after testing current performance.

Now if you really want that new 4-core machine, and you want our premission, then I'm all for it :-)

Good Luck!

"Well done is better than well said." - Benjamin Franklin

  • Comment on Re: Parallel::ForkManager - machine way tooo slow - need a quad-core machine