BSD::Resource - implements BSD process resource limit functions https://www.cpan.org/
Go to file
2024-01-06 08:36:25 +01:00
perl-BSD-Resource.spec automatic update by autodist [release 1.2908-1mamba;Sat Nov 07 2015] 2024-01-06 08:36:25 +01:00
README.md automatic update by autodist [release 1.2907-1mamba;Mon Aug 12 2013] 2024-01-06 08:36:25 +01:00

perl-BSD-Resource

This Perl extension implements the BSD process resource limit functions

getrusage()	getrlimit()	setrlimit()

and the BSD process priority functions. These are available also via core Perl but here we do more tricks so that the PRIO_* are available.

getpriority()	setpriority()

Also is provided

times()

which provides the same functionality as the one in core Perl, only with better time resolution.