Re: Multithreaded libpq?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Multithreaded libpq?
Дата
Msg-id 660.964456994@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Multithreaded libpq?  (David George <david@logical.net>)
Список pgsql-general
David George <david@logical.net> writes:
> Does libpq support multithreaded frontend apps?

libpq is thread-ignorant.  You can use it in a multithreaded app,
but it's up to you to ensure that no two threads try to operate on
the same PQconn object at the same time.

            regards, tom lane

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

Предыдущее
От: "Jeffrey A. Rhines"
Дата:
Сообщение: PostgreSQL, ODBC, Access
Следующее
От: Kyle
Дата:
Сообщение: Re: Problem with inserting newlines and ' characters