libpq in a multithreaded environment

Поиск
Список
Период
Сортировка
От Eugene Bregman
Тема libpq in a multithreaded environment
Дата
Msg-id 20011129183136.9358.qmail@web14805.mail.yahoo.com
обсуждение исходный текст
Ответы Re: libpq in a multithreaded environment  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,
We try to use libpq in a multi-threaded environment.
Connection pool creates a group of connections to the
database and serves PGconn to threads as they ask. One
thread get a connection from the pool, takes a
transaction, then releases connection back to the
pool. Another thread will pick up the same connection
from the pool and take another transaction. Our code
warrants that on same connection, all transactions are
executed sequentially by different threads.
Is such design save enough? I made some archive search
and could not find any discouraging information.

Thank you in advance for your advice,
Eugene


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: Current JDBC Driver char encoding - Bug or feature?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Rules