debian man page for munin::master::processmanager

Query: munin::master::processmanager

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Munin::Master::ProcessManager(3pm)			User Contributed Perl Documentation			Munin::Master::ProcessManager(3pm)

NAME
Munin::Master::ProcessManager - Manager for parallell execution of Workers.
SYNOPSIS
use Munin::Master::ProcessManager; my $pm = Munin::Master::ProcessManager->new(sub { my ($res) = @_; # Do something with $res ... }); $pm->add_workers(...); $pm->start_work();
DESCRIPTION
FIX
METHODS
new FIX add_workers FIX start_work FIX perl v5.14.2 2013-11-12 Munin::Master::ProcessManager(3pm)
Related Man Pages
mailping-success(1) - debian
munin::node::config(3pm) - debian
munin::node::snmpconfig(3pm) - debian
munin::node::service(3pm) - debian
munin(8) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?