On 13/09/2015 05:02, Leo Donahue wrote:
> On Fri, Sep 11, 2015 at 11:27 AM, Mark Thomas <ma...@apache.org> wrote:
> 
>> On 11/09/2015 15:43, Leo Donahue wrote:
>>> On Fri, Sep 11, 2015 at 9:36 AM, Leo Donahue <donahu...@gmail.com>
>> wrote:
>>
>>  (typically by pooling and re-using objects rather than
>> creating new ones for every request)
> 
> 
> "re-using objects" - do you mean declaring static variables or using thread
> locals?  Or something else?

I mean object pooling. Search the archives for SynchronizedQueue and
SynchronizedStack which were specifically written to reduce GC.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to