Subject Question on FBManagedConnection.destroy()
Author J.A.C.K.
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.