Arch::RunLimit
class to enforce a limit on the number of running processes
- Provided by: libarch-perl (Version: 0.5.2-2)
- Report a bug
class to enforce a limit on the number of running processes
use Arch::RunLimit
my $limit = Arch::RunLimit->new(file => $limit_file);
die "run-limit exceeded" if $limit->exceeded;
Arch::RunLimit provides an easy way to enforce a limit on the number of concurrently running processes.
The following methods are available:
new, exceeded.
Awaiting your reports.
Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel).
Enno Cramer (uebergeek@web.de--2003/arch-perl--devel).