Re: Too manyopen files in system

1999-04-22 Thread Jeff Galyan
Jaco de Groot wrote: > > > > > > Too many open files in system > > > > Make sure you're closing the files when you're done with them. > > I've checked my code for this. But even without closing them > myself, shouldn't they be closed at garbage collecting time? > > What tool under Linux do I u

Re: Too manyopen files in system

1999-04-20 Thread pridemor
on 04/20/99 04:02:36 AM To: [EMAIL PROTECTED] cc:(bcc: Russell Pridemore/Lex/Lexmark) Subject: Re: Too manyopen files in system > > Hi, > > > > I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using > > Apache JServ. Every once in a while I get the followi

Re: Too manyopen files in system

1999-04-20 Thread Jaco de Groot
> > Hi, > > > > I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using > > Apache JServ. Every once in a while I get the following error: > > > > Too many open files in system > > Make sure you're closing the files when you're done with them. I've checked my code for this. But even withou

Re: Too manyopen files in system

1999-04-19 Thread Jeff Galyan
Jaco de Groot wrote: > > Hi, > > I'm using jdk1.2 pre-v1 on RedHat 5.2 for my servlets using > Apache JServ. Every once in a while I get the following error: > > Too many open files in system Make sure you're closing the files when you're done with them. -- Jeff Galyan http://www.anamorp