Connection Pooling? - Mailing list pgsql-jdbc

From Adam Haberlach
Subject Connection Pooling?
Date
Msg-id 20010627114504.A2249@newsnipple.com
Whole thread Raw
Responses RE: Connection Pooling?  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
    This may be a Postgres JDBC question, but it may also be an
Apache Jakarta/Tomcat question...

    I recently moved a few of my pages over from PHP to .jsp and
now I notice that I've got postgres backends sitting around, as
though some of my connections are being pooled or persistant.
As far as I can tell, my scripts are correctly closing the
connections, so they shouldn't be sitting around--does anyone
know if there is some automatic pooling/persistant connecting
happening, either in the JDBC driver or in Tomcat?  How would I
turn this off or adjust it down?

--
Adam Haberlach            | "Pancakes don't make hardly any juice
adam@newsnipple.com       |  and bacon makes too much."
http://www.newsnipple.com |        -- bug-eyed earl
'88 EX500    '00 >^<      | http://youlook.org

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [Fwd: Re: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])]
Next
From: "Dave Cramer"
Date:
Subject: RE: Connection Pooling?