RE: More file descriptors are needed

Riley Williams (shkim@aisoft.co.kr)
Tue, 22 Sep 1998 20:20:28 +0900


I'm sorry.
I forgot to present my situation.
My system is running on kernel 2.0.35 coming with RedHat5.1.
To be more specific, my process is multi-threaded.
and each thread need to have as many as 3K FDs.
so, I am going to patch LinuxThreads 0.71 for threads not to share their FDs.
I think It's possible by removing CLONE_FILES from clone's flag argument.
I expect that the maximum number of threads having 3K FDs is up to 16.
Is it possible? How can I do it?

-----Original Message-----
From: Chris Wedgwood [SMTP:chris@cybernet.co.nz]
Sent: Tuesday, September 22, 1998 12:54 PM
To: shkim@aisoft.co.kr; 'Bill Hawes'
Cc: Linux Kernel List; 'ÈÖ¸ð¸®ÆÀ'
Subject: Re: More file descriptors are needed

On Tue, Sep 22, 1998 at 12:57:01PM +0900, shkim@aisoft.co.kr wrote:

> I have to get as many as 3000 open files, or fds.

What kernel version?

For 2.1.x you presently can't do this. It should work with Bill Hawes
patches, and I think it did for a bit - but last time I tried to get
20K FDs the damned thing went ugly upon init.

-cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/