Postgre connection management

Started by Annu Panesarover 22 years ago3 messagesbugs
Jump to latest
#1Annu Panesar
annup@networkprograms.com

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 resources/urls

regards
annu

In reply to: Annu Panesar (#1)
Re: Postgre connection management

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

#3Rod Taylor
rbt@rbt.ca
In reply to: Annu Panesar (#1)
Re: Postgre connection management

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.