Pooling Connections with libpq

Поиск
Список
Период
Сортировка
От Shaw Terwilliger
Тема Pooling Connections with libpq
Дата
Msg-id 20010222163256.A14803@lister.sourcegear.com
обсуждение исходный текст
Ответы Re: Pooling Connections with libpq
Список pgsql-general
In my application, I'm doing my own pooling of connections to PostgreSQL
for sharing between threads.  I'm using libpq for all database access.
Only one thread at a time can use a connection.

Besides freeing all query results, do I have to do anything else to ensure
my application (through libpq) and the backends don't leak RAM after long
periods of use?  I'm not using temporary tables, I'm only doing SELECTs on
these connections, reading, and then freeing the results.

--
Shaw Terwilliger <sterwill@sourcegear.com>
SourceGear Corporation
217.356.0105 x 641

Вложения

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

Предыдущее
От: Mirko Zeibig
Дата:
Сообщение: Re: PostgreSQL 7.1 Linux Installation
Следующее
От: Ian Lance Taylor
Дата:
Сообщение: Re: undefined references