Disabling persistent connections?

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Disabling persistent connections?
Date: 2006-03-16 20:49:21
Message-ID: 20060316204921.38406.qmail@web52901.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a setup (Lighttpd + Mongrel + Ruby on Rails)
that seems to be using persistent connection, yet I
don't see any config setting in any of their configs
to disable it. One of the culprits (likely Mongrel) is
keeping postgres connections around, eventually
hitting postgres' max connections limit, even though
the setup isn't getting much traffic currently. Is
there a way in postgres to close idle connection after
some time (or other remedy)?

Thanks,
CSN

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2006-03-16 20:57:30 Re: Error I don't understand, losing synch with server
Previous Message Tom Lane 2006-03-16 20:47:25 Re: Error I don't understand, losing synch with server