Re: Re: RE: [ADMIN] High memory usage [PATCH] - Mailing list pgsql-jdbc

From Gunnar Rønning
Subject Re: Re: RE: [ADMIN] High memory usage [PATCH]
Date
Msg-id m2ofrbbbf8.fsf@smaug.polygnosis.com
Whole thread Raw
In response to Re: RE: [ADMIN] High memory usage [PATCH]  (Michael Stephenson <mstephenson@tirin.openworld.co.uk>)
Responses Re: Re: RE: [ADMIN] High memory usage [PATCH]  (Michael Stephenson <mstephenson@tirin.openworld.co.uk>)
List pgsql-jdbc
* Michael Stephenson <mstephenson@tirin.openworld.co.uk> wrote:
|
| > - Why the ThreadLocal usage, and not just syncronize on the same
| >   SimpleDateFormat ?
|
| This won't scale. :o)
|

Why ? Performance measurements I have seen and also done before has indicated
that synchronization is faster than the usage of ThreadLocal.

cheers,

        Gunnar
--
Gunnar Rønning - gunnar@polygnosis.com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

pgsql-jdbc by date:

Previous
From: Michael Stephenson
Date:
Subject: Re: RE: [ADMIN] High memory usage [PATCH]
Next
From: Michael Stephenson
Date:
Subject: Re: Re: RE: [ADMIN] High memory usage [PATCH]