Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Interrupt multi-process program while using MCE::Shared hash: END block code does not (all) run

by 1nickt (Canon)
on Apr 07, 2017 at 19:29 UTC ( [id://1187422]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl mce9.pl
    
    ...
    Hello from END block: 11583
    
    Killed
    
  2. or download this
    perl mce9.pl
    
    ...
                     '05 11556' => '1491592584',
                     '06 11556' => '1491592586'
                   }, 'MCE::Shared::Hash' );
    
  3. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
            say 'Parent in END: ' . Dumper $hash->export;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-29 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found