Weblogic and oracle do something similair as well. Also, the PreparedStatement caches in those pools are configurable. Once I have the chance, hopefully this week, I'll get some testing done with the code I modified. Also, Derby has a pooled connection system as well.
-pih
Thomas Mueller wrote:
Hi,
returns a prepared statement back to a pool (instead of really closing it)
You are right, that's great!
Then we should test if the PooledConnectionPersistenceManager really
does improve the performance, and in what cases.
Thomas