Peter Ondruška wrote:
Yes, Derby does not provide connection pool, pick your favourite (I can confirm c3p0 works very well for me). Peter

We also use c3p0 with embedded derby, but it's mainly just our default configuration so if you switch our app over to a network based database you can take advantage of the pooling.

When using embedded derby is there advantage (or disadvantage!) to using a DB connection pool?

Cheers,
Matt

Reply via email to