Subject | Re: [Firebird-Java] Advantages of FBWrappingDataSource connection pool |
---|---|
Author | Alec Swan |
Post date | 2009-10-08T17:28:22Z |
I noticed that a connection created by FBWrappingDataSource returns true
from isClosed() even after close() method is called on that connection. Is
this a bug or expected behavior?
from isClosed() even after close() method is called on that connection. Is
this a bug or expected behavior?
On Thu, Oct 8, 2009 at 9:44 AM, Roman Rokytskyy <roman@...> wrote:
>
>
> > Are there any advantages of using FBWrappingDataSource connection pool
> over
> > other 3rd-party pools, such as c3p0?
>
> Only one - you can safely cast the Connection & Co objects to the
> FirebirdConnection & Co interfaces. Some pools allow you this (they use
> dynamic proxies), some don't.
>
> Roman
>
>
[Non-text portions of this message have been removed]