Re: [INTERFACES] libpq and multi-threading on Linux?

Поиск
Список
Период
Сортировка
От Brendan Rempel
Тема Re: [INTERFACES] libpq and multi-threading on Linux?
Дата
Msg-id 36C29BF8.13DD97A5@cybersurf.net
обсуждение исходный текст
Ответ на libpq and multi-threading on Linux?  (Michael Olivier <molivier@yahoo.com>)
Список pgsql-interfaces
I succeeded in doing exactly that.  I simply took the C source examples on
the Postgres documentation and pasted it into the thread with no problems
at all.  The only changes made to the examples were just simple ones like
return values or fprintf(stderr) stuff, but that's all. Postgres server
and libpq libraries run flawlessly in pthreads.

For me, synchronization was not required since each thread did not share
resources with other threads.  Each thread personally initialized the
libpq connection, did its job and destroyed the connection, just like the
example.

Brendan

Michael Olivier wrote:

> Hi folks,
>
> I apologize in advance if I have overlooked docs, but I haven't been
> able to find a discussion of how PostGreSQL via libpq on Linux fares
> with pthreads. Can someone point me to docs if available, or otherwise
> enlighten me? How well does it work and what are the important design
> issues to consider?
>
> I'm expecting to create a pool of db connections to use within a
> long-running process, which will create a new thread for each incoming
> request from a client. I've found just a very little bit about PG
> being multi-processing, but not how it will interact with a
> multi-threaded client. I appreciate your comments.
>
> thanks,
> --Michael
>
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com


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

Предыдущее
От: "Sergey T. Soenko"
Дата:
Сообщение: ...
Следующее
От: Pascal DAYRE
Дата:
Сообщение: Troubles with the ODBC driver in the postgres distribution (integrated installation)