Re: PGconn thread safety

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: PGconn thread safety
Дата
Msg-id 1044589412.28519.28.camel@tokyo
обсуждение исходный текст
Ответ на PGconn thread safety  (ahoward <ahoward@fsl.noaa.gov>)
Ответы Re: PGconn thread safety
Список pgsql-general
On Thu, 2003-02-06 at 21:19, ahoward wrote:
> does anyone know if PGconns are safe to use from multiple threads of control?

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/libpq-threading.html

"libpq is thread-safe as of PostgreSQL 7.0, so long as no two threads
attempt to manipulate the same PGconn object at the same time."

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "Cannot insert a duplicate key..." -- but where?
Следующее
От:
Дата:
Сообщение: immediate if function