Re: File Descriptors
From: Doug Freyburger (dfreybur_at_yahoo.com)
Date: 08/18/04
- Previous message: Dennis Grevenstein: "dual universe Unix systems"
- In reply to: Jim Bo: "File Descriptors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Aug 2004 09:16:23 -0700
Jim Bo wrote:
>
> Can anyone tell me if there are any risks associated with increasing
> the number of file descriptors for an application/user process beyond
> the default 1024?
Enjoy debugging some application that opens that many files at once!
I suspect the risks are organizational more than technical except
for programs using expect() system calls. More resources for a
rootkit to use if you get cracked, more interaction of two programs
opening the same file without checking optional locks, etc.
Many of the original limits come from a time when memory was much
more expensive.
- Previous message: Dennis Grevenstein: "dual universe Unix systems"
- In reply to: Jim Bo: "File Descriptors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|