open and read lots of files simutaneously
Alexandre Oliva
aoliva@redhat.com
Mon Jul 31 12:13:00 GMT 2000
On Jul 31, 2000, Guoqiang Mao <G.Mao@cowan.edu.au> wrote:
> Due to the limit on the maximum number of files that can be opened. I
> cannot let each process open a file. I wonder is there any other way in
> gcc to realize the above operation.
GCC just compiles your programs. It is the operating system on which
your program runs that is imposing limitations on the number of open
files. There's no way GCC can help. If you're lucky, you can just
change some kernel parameter and get rid of the problem.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
More information about the Gcc-help
mailing list