Re: too many open files / WO 5.2.2 Panther 10.3.2
David Teran <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 28.01.2004, at 21:39, Jürgen Rohrbach wrote: > hello, > > i have read all the postings with "too many open files" but i have > still a problem to find the correct solution/workaround. > after 2-3 days my app has the following in the log file: > > IOException: too many open files > > > which solutions work to get rid of this shit! > best is to check your code. It turns out that the 'shit' is homegrown. Things to check: 1) wrong usage of Process instances 2) open streams 3) unhandled exceptions 4) wrong deployment ... This might annoying for you but the problem is in your code. Do you know the lsof command or are you working on windows? cheers David