Man Page: munin::master::processmanager
Operating Environment: debian
Section: 3pm
Munin::Master::ProcessManager(3pm) User Contributed Perl Documentation Munin::Master::ProcessManager(3pm)NAMEMunin::Master::ProcessManager - Manager for parallell execution of Workers.SYNOPSISuse Munin::Master::ProcessManager; my $pm = Munin::Master::ProcessManager->new(sub { my ($res) = @_; # Do something with $res ... }); $pm->add_workers(...); $pm->start_work();DESCRIPTIONFIXMETHODSnew FIX add_workers FIX start_work FIX perl v5.14.2 2013-11-12 Munin::Master::ProcessManager(3pm)
| Related Man Pages |
|---|
| munin-update(8) - debian |
| munin::master::group(3pm) - debian |
| munin::node::os(3pm) - debian |
| munin::node::snmpconfig(3pm) - debian |
| munin::node::service(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |