Norman Maurer wrote:

> > So far, I have a working hypothesis

> > After 12 hours or so, InetAddress cache related objects appear to be in
> > excess of 20% of heap usage, and increasing.

> > It appears to be a single line in the SMTP handler that was changed
> > in trunk, but not backported.
> >   2.3.0: remoteHost = socket.getInetAddress().getHostName();
> >   trunk: remoteHost = dnsServer.getHostName(socket.getInetAddress());

> The Problem is that we need "many" changes to backport this.

It isn't so bad if you use a static method instead of worrying over
assembly.  :-)

> And we agreed that we ony want to backport "critical" stuff.

Fixing memory leaks is critical.  :-D

        --- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to