Обсуждение: Postgre connection management

Поиск
Список
Период
Сортировка

Postgre connection management

От
"Annu Panesar"
Дата:
hi
i need help urgently to understand how postgres manages its connection pool=
 , how it manages deadlock . we are using postgres for our supply chain mgm=
t system and we are facding connectin related problems......

plz cud u direct me to some relevant resources/urls=20

regards
annu

Re: Postgre connection management

От
Bernd vd Brincken
Дата:
Hello,

Annu Panesar wrote:
>
> hi
> i need help urgently to understand how postgres manages its connection
> pool , how it manages deadlock . we are using postgres for our supply
> chain mgmt system and we are facding connectin related problems......
>
> plz cud u direct me to some relevant res ources/urls
>

Please call this site:  http://www.google.com
and type "postgres connection pooling" in the text field, next press the
"Google search" button - and choose one or another of the 2000 URLs that you
receive.

regards
// Bernd vdB

Re: Postgre connection management

От
Rod Taylor
Дата:
On Thu, 2003-08-21 at 07:55, Annu Panesar wrote:
> hi
> i need help urgently to understand how postgres manages its connection
> pool , how it manages deadlock . we are using postgres

See http://www.postgresql.org/docs/7.3/static/explicit-locking.html
Section 9.3.3 for DeadLocks.