Re: threads question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: threads question
Дата
Msg-id 551.1223505251@sss.pgh.pa.us
обсуждение исходный текст
Ответ на threads question  ("Wright, George" <George.Wright@infimatic.com>)
Список pgsql-novice
"Wright, George" <George.Wright@infimatic.com> writes:
> Can I open a connection to a PostgreSQL database from some C/C++ code
> then share the connection handle with multiple threads in the C/C++
> environment?

Sure, but it's up to you to prevent the threads from trying to do more
than one thing at a time with the connection.

            regards, tom lane

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

Предыдущее
От: Mark Roberts
Дата:
Сообщение: Re: PostgreSQL for Data Warehouse
Следующее
От: "Panagiotis Kontaxis"
Дата:
Сообщение: Connecting to schema problems