Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Parallel::ForkManager right approach

by roboticus (Chancellor)
on Oct 13, 2019 at 17:59 UTC ( [id://11107401]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub tprint {
        my $t = time;
    ...
    sub getResultsAPI_4 { getResultsAPI(4, 5) }
    sub getResultsAPI_5 { getResultsAPI(5, 11) }
    sub getResultsAPI_6 { getResultsAPI(6, 7) }
    
  2. or download this
    $ perl pm_11107400.pl
    1570989189: API_1: dozing for 12s
    ...
    1570989201: API_1: done
    1570989205: API_3: done
    1570989211: API_2: done
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107401]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found