Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

My First Submission to CPAN (Parallel::ForkControl)

by reyjrar (Hermit)
on Dec 15, 2003 at 23:26 UTC ( [id://314931]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Parallel::ForkControl;
    ...
           ........
           return 1;
    }
    
  2. or download this
    
    my $forker = new Parallel::ForkControl(
    ...
                   MaxLoad    => 5.00,
                   Code       => \&getStats
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://314931]
Approved by Zaxo
Front-paged by broquaint
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found