I'll make the change to the tomcat_32 branch.
Marc Saegesser
> -Original Message-
> From: Renato Weiner [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 04, 2001 2:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH] SimplePool.java
>
>
> What about
What about Tomcat 3.2.3 ? There are the same lines of
code...
--- "Schreibman, David" <[EMAIL PROTECTED]>
wrote:
> Here's a simple tweak that clears out references to
> objects that are removed
> from the pool. The current code can delay garbage
> collection for objects
> that are removed from
Many Thanks David, i'll commit it ASAP..
Saludos ,
Ignacio J. Ortega
> -Mensaje original-
> De: Schreibman, David [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 4 de octubre de 2001 20:29
> Para: '[EMAIL PROTECTED]'
> Asunto: [PATCH] SimplePool.java
>
Here's a simple tweak that clears out references to objects that are removed
from the pool. The current code can delay garbage collection for objects
that are removed from the pool but not returned.
The diff is against 3.3-rc1
-David
--- SimplePool.java.origThu Oct 4 10:14:51 2001
+