Re: Connection Pooling - Mailing list pgsql-hackers

From Mark Pritchard
Subject Re: Connection Pooling
Date
Msg-id EGECIAPHKLJFDEJBGGOBIEDIGOAA.mark.pritchard@tangent.net.au
Whole thread Raw
In response to Connection Pooling  (Sean Alphonse <salphonse@shaw.ca>)
List pgsql-hackers
Connection pooling isn't a driver function.

You may:

* get it for free (j2ee container, commercial servlet/application server
etc)

* write it yourself (its not too hard)

* Download one from the 'net. PoolMan is a good example...Google is your
best bet for locating one.

http://www.google.com/search?sourceid=navclient&q=jdbc+connection+pool

Cheers,

Mark Pritchard

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Sean Alphonse
Sent: Wednesday, 13 February 2002 4:03 PM
To: pgsql-hackers
Subject: [HACKERS] Connection Pooling



Does the JDBC driver support connection pooling?

If so, where is the documentation for this, including examples.

Thank-you for your time.

Sean Alphonse.



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: SET NULL / SET NOT NULL
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: questions on ALTER TABLE ... OWNER