cronopio has asked for the wisdom of the Perl Monks concerning the following question:

hello, I am new to this community, I have several years of experience with Perl. I'm trying to use the module Proc::Fork, to execute functions that makes backup teams of 5000 and found that treatment of several processes at once to make them faster and I do not want to use threads. Someone has experience or examples on this?

Replies are listed 'Best First'.
Re: Module Proc::Fork
by Corion (Patriarch) on Jun 05, 2008 at 20:57 UTC

    Welcome to the monastery, cronopio!

    What part of Proc::Fork do you have problems with? Maybe you can show us some of your code that demonstrates where your problem is?