Re: [JDBC] Re: PostgreSQL and PHP persistent connections

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Gunnar R|nning" <gunnar(at)candleweb(dot)no>
Cc: Peter Mount <peter(at)retep(dot)org(dot)uk>, "Thies C(dot) Arntzen" <thies(at)digicol(dot)de>, pgsql-jdbc(at)postgresql(dot)org, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [JDBC] Re: PostgreSQL and PHP persistent connections
Date: 2001-03-19 23:54:05
Message-ID: 200103192354.SAA11684@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-jdbc

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Juhan-Peep Ernits 2001-03-20 08:36:25 Re: org.postgresql.Driver.java compile problem
Previous Message Gunnar R|nning 2001-03-19 22:38:39 Re: [JDBC] Re: PostgreSQL and PHP persistent connections

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-03-20 00:32:31 Re: [PATCHES] BlobInputStream.java patch
Previous Message Gunnar R|nning 2001-03-19 22:38:39 Re: [JDBC] Re: PostgreSQL and PHP persistent connections