On 13/09/2015 05:02, Leo Donahue wrote: > On Fri, Sep 11, 2015 at 11:27 AM, Mark Thomas <[email protected]> wrote: > >> On 11/09/2015 15:43, Leo Donahue wrote: >>> On Fri, Sep 11, 2015 at 9:36 AM, Leo Donahue <[email protected]> >> 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: [email protected] For additional commands, e-mail: [email protected]
