Re: Use, Set Catalog and JDBC questions - Mailing list pgsql-general

From John R Pierce
Subject Re: Use, Set Catalog and JDBC questions
Date
Msg-id 512BB4A6.5030409@hogranch.com
Whole thread Raw
In response to Re: Use, Set Catalog and JDBC questions  (Adrian Klaver <adrian.klaver@gmail.com>)
Responses Re: Use, Set Catalog and JDBC questions  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
On 2/25/2013 10:34 AM, Adrian Klaver wrote:
>
> Not sure if this will do what want?:
> http://jdbc.postgresql.org/documentation/91/datasource.html#ds-intro

a connection pool is something completely different.   pools are used
when you have many client threads connecting and disconnecting to the
same database, you can use a pool to reduce the actual number of
connections by sharing a pool of ready-made connections.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

pgsql-general by date:

Previous
From: Frank Cavaliero
Date:
Subject: Re: Use, Set Catalog and JDBC questions
Next
From: Adrian Klaver
Date:
Subject: Re: Use, Set Catalog and JDBC questions