in reply to Re^4: Interrupt multi-process program while using MCE::Shared hash: END block code does not (all) run
in thread Interrupt multi-process program while using MCE::Shared hash: END block code does not (all) run
Am validating the change for _loop in MCE::Shared::Server. Also, in _stop (around line 370), need to comment out two lines. Otherwise, the shared-manager process may linger around as a zombie process.
sub _stop { return unless ($_is_client && $_init_pid && $_init_pid eq "$$.$_tid +"); # return if ($INC{'MCE/Signal.pm'} && $MCE::Signal::KILLED); # return if ($MCE::Shared::Server::KILLED); ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Interrupt multi-process program while using MCE::Shared hash: END block code does not (all) run
by 1nickt (Canon) on Apr 08, 2017 at 14:39 UTC | |
by marioroy (Prior) on Apr 09, 2017 at 06:45 UTC | |
by 1nickt (Canon) on Apr 09, 2017 at 19:56 UTC |