2001-10-26 22:38:19 +02:00
|
|
|
This Perl extension implements the BSD process resource limit functions
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
getrusage() getrlimit() setrlimit()
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
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.
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
getpriority() setpriority()
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
Also is provided
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
times()
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
which provides the same functionality as the one in core Perl, only with
|
|
|
|
better time resolution.
|
1996-10-24 01:56:55 +02:00
|
|
|
|
2001-10-26 22:38:19 +02:00
|
|
|
Author: Jarkko Hietaniemi <jhi@iki.fi>
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/BSD-Resource/
|