Path: news.ruhr-uni-bochum.de!news.rhrz.uni-bonn.de!RRZ.Uni-Koeln.DE!news.dfn.de!newsjunkie.ans.net!howland.reston.ans.net!agate!dog.ee.lbl.gov!overload.lbl.gov!lll-winken.llnl.gov!simtel!news.kei.com!newsfeed.internetmci.com!psgrain!nntp.teleport.com!usenet
From: Jarkko Hietaniemi <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: Announcing: BSD::Resource
Followup-To: comp.lang.perl.misc
Date: 22 Nov 1995 14:25:48 GMT
Organization: Helsinki University of Technology, Finland
Lines: 17
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
Reply-To: [email protected]
NNTP-Posting-Host: linda.teleport.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: news.ruhr-uni-bochum.de comp.lang.perl.announce:173 comp.lang.perl.misc:12407

A Perl extension that implements the BSD process resource limit functions

       getrusage()     getrlimit()     setrlimit()

and the BSD process priority functions.

       getpriority()   setpriority()

NOTE: if your operating system does not support these BSD functions,
Perl cannot help. In detailed terms: you _must_ have the C header file
<sys/resource.h>. If you do not, this package is of little use to you.

Perl 5 is required.

Available as CPAN/modules/by-module/BSD/BSD-Resource-1.0.tar.Z.
---