08-18-04 10:57 PM
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.
[ Post a follow-up to this message ]
|