I've seen two hints at this. One is the current thread on ftpserver-users where a user sees a lot of open file handles due to sockets seemingly not being closed correctly on Windows. The other was less a less consistent case where I got to many file open exceptions in some odd cases. Still have to investigate the second case in more detail before I know the reason.
/niklas On Tue, May 6, 2008 at 6:20 PM, Andy Thomson <[EMAIL PROTECTED]> wrote: > Niklas, > > What was the indication that this was happening? JVM [5.x, 6.x]? Was this > from reading files [RETR] or writing [STOR] action(s)? or Both? Or is it > from the directory listing code [some of that looks dodgy :-)]. If it's > reading and writing then I would suspect the input/output stream area. > > Andy Thomson > > > > > Niklas Gustavsson (JIRA) wrote: > > > Profile leaking file handles > > ---------------------------- > > > > Key: FTPSERVER-133 > > URL: https://issues.apache.org/jira/browse/FTPSERVER-133 > > Project: FtpServer > > Issue Type: Task > > Components: Core > > Affects Versions: 1.0-M1, 1.0-M2 > > Reporter: Niklas Gustavsson > > Assignee: Niklas Gustavsson > > Fix For: 1.0-M3 > > > > > > There are indications of FtpServer not releasing file handles > appropriately. This needs to be profiled and fixed. > > >
