threads and libpq

Поиск
Список
Период
Сортировка
От David O'Farrell
Тема threads and libpq
Дата
Msg-id 36E7B76E.BE33F29@aersoft.ie
обсуждение исходный текст
Ответы Re: [INTERFACES] threads and libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
from the Postgres Architectural Concepts document:

"The libpq library allows a single frontend to make multiple connections
to backend processes.
However, the frontend application is still a single-threaded process."

could some clarify to me if this means that a frontend CANNOT open
several
connections from different threads with the current implementation of
libpq.

if so then what does it mean "to make multiple connections" ? does this
apply only to multiple processes  ? or from the same process but not at
the same time ?

Is there anyone working on multi threading for libpq ?

best regards,


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  David O'Farrell                              AerSoft Limited
  mailto:dave.ofarrell@aersoft.ie              2 Northumberland Avenue,
                                               Dun Laoghaire,Co. Dublin
    Direct Phone 353-1-2145950
               Phone: 01-2301166   Fax: 01-2301167
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Предыдущее
От: "Pavel PaJaSoft Janousek"
Дата:
Сообщение: Re: [GENERAL] Is it possible to change a columns name
Следующее
От: wehner@digital-security.com (Stefan Wehner)
Дата:
Сообщение: Bug in Sequences [6.4.2]