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? Leo