Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

New stable MCE 1.842 and MCE::Shared 1.842 releases

by marioroy (Prior)
on Jul 22, 2019 at 03:13 UTC ( [id://11103120]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    MCE::Hobo uses MCE::Shared to retrieve data during reaping.
    MCE::Child uses MCE::Channel, no shared-manager.
    ...
     MCE::Hobo 1.842  21.809s  20.810s  1.407s  1.759s  1.722s  Moo loaded
         P::FM 2.02   21.668s  25.927s  1.882s  2.612s  2.483s  Moo used
    
  2. or download this
    MCE::Child->init( posix_exit => 1, ... );
     MCE::Hobo->init( posix_exit => 1, ... );
    ...
    MCE::Child 1.842  19.815s  ignored  0.824s  1.284s  1.245s  Moo loaded
     MCE::Hobo 1.842  21.029s  ignored  0.953s  1.335s  1.439s  Moo loaded
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    printf STDERR "duration: %0.03f seconds\n", time - $start;
    
  4. or download this
    use strict;
    use warnings;
    ...
     
    printf STDERR "duration: %0.03f seconds\n", time - $start;
    
  5. or download this
    use strict;
    use warnings;
    ...
     
    printf STDERR "duration: %0.03f seconds\n", time - $start;
    

Log In?
Username:
Password:

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

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

    No recent polls found