Re: More concurent transaction over single connection

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: More concurent transaction over single connection
Дата
Msg-id 422C1E2D.5020407@archonet.com
обсуждение исходный текст
Ответ на Re: More concurent transaction over single connection  ("NTPT" <ntpt@centrum.cz>)
Список pgsql-general
NTPT wrote:
>
> 3: One process, multiple threads, all threads share  the same one
> persitant connection. Because  one thread serve one request in present
> time, but threads can run "concurently"  (AFIAK ), I am affraid, that
> multiple transactions  over the single connection in this scenario will
> result a complette  mess. I am right  ?

Yes - that's the definition of a connection really. Each connection
provides you with a set of configuration values and a context for
transactions.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: About Access paths
Следующее
От: "Ladislav Linhart"
Дата:
Сообщение: LIMIT and him usage