Re: question on backends

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема Re: question on backends
Дата
Msg-id 20020729161119.GA7756@klamath.dyndns.org
обсуждение исходный текст
Ответ на Re: question on backends  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: question on backends  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Mon, Jul 29, 2002 at 11:28:54PM +0800, Christopher Kings-Lynne wrote:
> libpq has a function pconnect as opposed to connect that will do it.

libpq has neither function, AFAIK.

As for persistent backends, it's on the TODO list, but I'm not aware
that anyone has put any work into implementing it. At the moment,
a backend connects to a single database for its entire lifecycle -- so
you'd either need one pool of persistent backends for each database
in use, or you'd need to allow a backend to change the database it is
connected to.

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: Why is MySQL more chosen over PostgreSQL?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Why is MySQL more chosen over PostgreSQL?