Re: increasing the number of file descriptors

2001-02-27 Thread Alan Cox
> Is there any /proc interface for increasing the number of file > descriptors per process? No. Use rlimi. > Must I recompile? maybe changes must be made to files_struct? Nope. Its all dynamic except for fd_set size, and you should be using poll() anyway ;) - To un

Re: increasing the number of file descriptors

2001-02-27 Thread Joseph Bueno
ow how to increase > this parameter. > > Is there any /proc interface for increasing the number of file > descriptors per process? > > Must I recompile? maybe changes must be made to files_struct? > > I've seen a patch for "variable fd array patch for 2.

increasing the number of file descriptors

2001-02-27 Thread rsaura
interface for increasing the number of file descriptors per process? Must I recompile? maybe changes must be made to files_struct? I've seen a patch for "variable fd array patch for 2.1.90" from Bill Hawes, is there a patch for 2.2.x or 2.4.x kernels? Please

increasing the number of file descriptors

2001-02-27 Thread rsaura
interface for increasing the number of file descriptors per process? Must I recompile? maybe changes must be made to files_struct? I've seen a patch for "variable fd array patch for 2.1.90" from Bill Hawes, is there a patch for 2.2.x or 2.4.x kernels? Please

Re: increasing the number of file descriptors

2001-02-27 Thread Joseph Bueno
. Is there any /proc interface for increasing the number of file descriptors per process? Must I recompile? maybe changes must be made to files_struct? I've seen a patch for "variable fd array patch for 2.1.90" from Bill Hawes, is there a patch

Re: increasing the number of file descriptors

2001-02-27 Thread Alan Cox
Is there any /proc interface for increasing the number of file descriptors per process? No. Use rlimi. Must I recompile? maybe changes must be made to files_struct? Nope. Its all dynamic except for fd_set size, and you should be using poll() anyway ;) - To unsubscribe