- 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
- 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
- or download this
use strict;
use warnings;
...
printf STDERR "duration: %0.03f seconds\n", time - $start;
- or download this
use strict;
use warnings;
...
printf STDERR "duration: %0.03f seconds\n", time - $start;
- or download this
use strict;
use warnings;
...
printf STDERR "duration: %0.03f seconds\n", time - $start;