is libpq thread-safe?

Поиск
Список
Период
Сортировка
От npat@kmp.forthnet.gr
Тема is libpq thread-safe?
Дата
Msg-id 20001214231455.B9739@pink.priv.inaccess.com
обсуждение исходный текст
Ответы Re: is libpq thread-safe?  (Alfred Perlstein <bright@wintelcom.net>)
Список pgsql-general
A staight forward question:

   Is "libpq" thread-safe??

And an elaboration:

   I want to write a server that opens-up a number of connections
   to a PostgreSQL database, and then spawns threads handing a connection
   object (PGconn) to each thread, so that all the threads can
   perform data-base operations (queries) simultaneously. Each thread will
   use its own connection object. Will this work??

Tanks
npat.






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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: [HACKERS] How to import/export data from/to an ASCII file?
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: Re: Help!Can't connect Postgresql JDBC driver