Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Where does the 6th process come from?

by marioroy (Prior)
on Apr 22, 2017 at 17:32 UTC ( [id://1188630]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    duration: 0.872 seconds
    number: 400000
    
  2. or download this
    sub task {
        my ($id, $val) = @_;
    ...
    duration: 2.183 seconds
    number: 400000
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    duration: 20.343 seconds
    number: 400000
    
  4. or download this
    sub task {
        my ($id, $val) = @_;
    ...
    duration: 9.702 seconds
    number: 400000
    

Log In?
Username:
Password:

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

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

    No recent polls found