Subject | Re: [IB-Java] Freeing Connections |
---|---|
Author | David Jencks |
Post date | 2002-01-29T03:22:37Z |
If a jca resource adapter is set up with a pooling ConnectionManager,
normally, calling close() on the Connection results in returning the
connection to the pool. The firebird built-in pool uses idletimeout to
gradually throw out connections that haven't been used for a while.
If you want to have control over when the underlying physical connection is
closed, don't use pooling.
david jencks
normally, calling close() on the Connection results in returning the
connection to the pool. The firebird built-in pool uses idletimeout to
gradually throw out connections that haven't been used for a while.
If you want to have control over when the underlying physical connection is
closed, don't use pooling.
david jencks
On 2002.01.28 18:53:24 -0500 patcom123 wrote:
> Apologies for my ignorance and lack of understanding when it comes to
> JCA, etc but how do you free a connection once you have finished with
> it? (this is using the managed connection with the JNDI hack/solution
> for Tomcat)
>
> JOHN
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>