MCPM: Re: file descriptor question

Stephen Walker steve at walkertek.com
Tue Apr 9 09:48:52 CDT 2002


I figured out a solutions.  I'm using lsof to find the # of open
descriptors for that process and sleeping until it falls below a certain
level.

Thanks.

-- 
Steve Walker (swalker at walkertek.com)  http://walkertek.com
--

On Mon, 8 Apr 2002, Stephen Walker wrote:

> I've got a general perl/linux question that I thought someone might be
> able to help me out with.  I need a way of finding out how many open file
> descriptors a process has so that I can self limit the process.  Anyone
> have a good way of doing this in perl?
>
> Thanks,
> Steve
>
> --
> Steve Walker (swalker at walkertek.com)  http://walkertek.com
> --
>
>
>




More information about the morriscounty-pm mailing list