From: | Richard Bullington-McGuire <rbulling(at)microstate(dot)com> |
---|---|
To: | Gunnar R|nning <gunnar(at)candleweb(dot)no>, <arkin(at)exoffice(dot)com> |
Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Re: connection pooling in JDBC driver |
Date: | 2001-03-09 14:29:32 |
Message-ID: | Pine.LNX.4.31.0103090919550.17142-100000@polymorphic.microstate.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On 9 Mar 2001, Gunnar R|nning wrote:
> [snip] Of course your milage may vary, but this is not really a pgsql
> related question... ;-D Unless of course we are talking about implementing
> pooling for the DataSource class, but that is somewhat unrelated as well...
That's something that I'm a bit confused about -- there is very little
documentation on the DataSource class in the sources. One comment in
particular confuses me:
/**
* This is a pool of free underlying JDBC connections. If two
* XA connections are used in the same transaction, the second
* one will make its underlying JDBC connection available to
* the pool. This is not a real connection pool, only a marginal
* efficiency solution for dealing with shared transactions.
*/
This is not a real connection pool?
It seems to me that the JavaDoc for this class should be expanded to
explain more just what kind of pool it provides.
--
Richard Bullington-McGuire <rbulling(at)microstate(dot)com>
Chief Technology Officer, The Microstate Corporation
Phone: 703-796-6446 URL: http://www.microstate.com/
PGP key IDs: RSA: 0x93862305 DH/DSS: 0xDAC3028E
From | Date | Subject | |
---|---|---|---|
Next Message | Stuart Barlow | 2001-03-09 17:18:36 | |
Previous Message | Gunnar R|nning | 2001-03-09 03:50:05 | Re: Re: connection pooling in JDBC driver |