Subject | Re: [Firebird-Java] Re: How to properly close FB embedded database? |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-10-07T15:32:58Z |
> Could anybody provide an insight on how to properly close embeddedYou close the embedded connections the same way you close "normal"
> connections and clean up caches without shutting down the JVM?
connections.
I suspect there is no chance to clean the Firebird Embedded caches
without shutting down the JVM - the Firebird Embedded on Windows is
based on SuperServer architecture, cache applies to process, not to a
particular connection.
Roman