Postgre connection management
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
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
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.