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
munin-limits(8) - debian
munin(8) - debian
munin::node::configure::plugin(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.
How can I do this in VI editor?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?