Subject | Re: [Firebird-Java] Advantages of FBWrappingDataSource connection pool |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-10-08T15:44:40Z |
> Are there any advantages of using FBWrappingDataSource connection pool overOnly one - you can safely cast the Connection & Co objects to the
> other 3rd-party pools, such as c3p0?
FirebirdConnection & Co interfaces. Some pools allow you this (they use
dynamic proxies), some don't.
Roman