RE: Connection Pooling?

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Adam Haberlach'" <adam(at)newsnipple(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Connection Pooling?
Date: 2001-06-27 19:35:33
Message-ID: 00a601c0ff40$553a7c60$0201a8c0@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Adam,

No there isn't automatic pooling in jdbc. I would look over your jsp
again.

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Adam Haberlach
Sent: June 27, 2001 2:45 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Connection Pooling?

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(at)newsnipple(dot)com | and bacon makes too much."
http://www.newsnipple.com | -- bug-eyed earl
'88 EX500 '00 >^< | http://youlook.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message jlemcke 2001-06-27 22:55:01 Re: Majordomo Delivery Error
Previous Message Adam Haberlach 2001-06-27 18:45:04 Connection Pooling?