Re: [JDBC] Re: PostgreSQL and PHP persistent connections - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: [JDBC] Re: PostgreSQL and PHP persistent connections
Date
Msg-id 200103192354.SAA11684@candle.pha.pa.us
Whole thread Raw
In response to Re: [JDBC] Re: PostgreSQL and PHP persistent connections  (Gunnar R|nning <gunnar@candleweb.no>)
List pgsql-interfaces
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>
> >
> > I don't think that belongs in jdbc.  It is the connection pooling code
> > that should execute those statements before passing over a new
> > connection.  No reason to have it for all jdbc users.
>
> Well, I think most connection pools people use are database independent -
> when it comes to JDBC this is the case at least.

So what platform-indendent method do they use to see that the passed
connection doesn't have an open transaction or some other setting?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-interfaces by date:

Previous
From: Gunnar R|nning
Date:
Subject: Re: [JDBC] Re: PostgreSQL and PHP persistent connections
Next
From: Juhan-Peep Ernits
Date:
Subject: Re: org.postgresql.Driver.java compile problem