Subject | Question on FBManagedConnection.destroy() |
---|---|
Author | J.A.C.K. |
Post date | 2004-07-11T16:20:31Z |
Hello,
Supposing FBManagedConnection.destroy() calls mcf.destroyDbHandle()
instead of mcf.releaseDbHandle() what would be the implication ? (I
would feel more safer if resources do get destroyed immediately when
destroy() is invoked, rather than waiting for other transactions to
finish that is if they do actually finish in a short time)
Thanks in advance.
Supposing FBManagedConnection.destroy() calls mcf.destroyDbHandle()
instead of mcf.releaseDbHandle() what would be the implication ? (I
would feel more safer if resources do get destroyed immediately when
destroy() is invoked, rather than waiting for other transactions to
finish that is if they do actually finish in a short time)
Thanks in advance.