Connecting Tech Pros Worldwide Forums | Help | Site Map

How to close Opened Connections to 'Postgres'?

Member
 
Join Date: Sep 2007
Posts: 32
#1: Mar 17 '08
Hi All,
I stuck with the problem of Hanging my application due to UNCLOSED DATABASE CONNECTIONS to postgres.
I am currently using perl-Module : Apache::DBI to Persistant Database Connections.
This Module was not CLOSING the IDEAL CONNECTIONS.

How to Close Ideal Connections????????

How can I Solve this problem??????

Thanks.

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Mar 18 '08

re: How to close Opened Connections to 'Postgres'?


If there is a open method there must be something to close the connection from that frontend tool / language.
Reply