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