Arch::RunLimit(3pm) | User Contributed Perl Documentation | Arch::RunLimit(3pm) |
Arch::RunLimit - 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).
2005-06-21 | perl v5.20.2 |