Re: tuning/profiling - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: tuning/profiling
Date
Msg-id AD4D9731-D334-494B-8227-F43C3A8E8924@fastcrypt.com
Whole thread Raw
In response to Re: tuning/profiling  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-jdbc
I'm not talking about sharing a connection between multiple threads.
However there are
sections of the driver that do share data. Specifically the meta data

You may be right, we may not have to worry about some sections .

Dave
On 19-Oct-05, at 7:18 PM, Kevin Grittner wrote:

> If you're talking about connection pooling, the pool should have
> synchronization around obtaining and returning connections, or
> you would have serious problems.  Are you talking about any
> other sharing of connections among multiple threads?
>
> -Kevin
>
>
>>>> Dave Cramer <pg@fastcrypt.com>  >>>
>>>>
>
> Huh ? any web application would be sharing connections, and the
> driver itself
>
>
>


pgsql-jdbc by date:

Previous
From: andy petrella
Date:
Subject: PGInterval setMinutes unrecognize ???
Next
From: Dave Cramer
Date:
Subject: Re: PGInterval setMinutes unrecognize ???