Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
c/kcc5/setrlimit.note
There are no other files named setrlimit.note in the archive.
11-Feb-88 19:32:44-PST,672;000000000015
Return-Path: <[email protected]>
Received: from SIMTEL20.ARPA by SRI-NIC.ARPA with TCP; Thu 11 Feb 88 19:32:42-PST
Date: Thu, 11 Feb 1988 20:32 MST
Message-ID: <[email protected]>
From: "Frank J. Wancho" <[email protected]>
To: [email protected], [email protected]
cc: [email protected]
Subject: ulimit() ?
Although ulimit() is not described in CARM, is it possible to whip up
an implementation of it any time soon? All I really need is function
3 out of it at the moment. Alternately, if you already happen to have
an implementation of the Unix sort program hidden away somewhere, that
would be even better...
--Frank
17-Feb-88 17:21:27-PST,855;000000000001
Mail-From: KLH created at 17-Feb-88 17:20:32
Date: Wed, 17 Feb 88 17:20:32 PST
From: Ken Harrenstien <[email protected]>
Subject: Re: ulimit() ?
To: [email protected], [email protected]
cc: [email protected]
In-Reply-To: <[email protected]>
Message-ID: <[email protected]>
ulimit() is a SYSV call. It is a rather crude thing and I think it would
be better to use BSD's getrlimit() and setrlimit(), which moreover have
well-defined interfaces. I think we can add those. I will note it
on the list, and I hope we can get KCC-4 out by mid-March. Right now
is an absolutely terrible time (proposals, contract deliverables...)
I don't know about "sort". If there is a public version in comp.sources
or the like, it would probably be possible to compile it, but I don't
know if there is one.
-------