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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [JDBC] Re: PostgreSQL and PHP persistent connections
Дата
Msg-id 200103192354.SAA11684@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [JDBC] Re: PostgreSQL and PHP persistent connections  (Gunnar R|nning <gunnar@candleweb.no>)
Список 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 по дате отправления:

Предыдущее
От: Gunnar R|nning
Дата:
Сообщение: Re: [JDBC] Re: PostgreSQL and PHP persistent connections
Следующее
От: Juhan-Peep Ernits
Дата:
Сообщение: Re: org.postgresql.Driver.java compile problem