Subject | Re: [Firebird-Java] Invalidating Cache |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-06-03T17:08:25Z |
> Do all of the connections have to be closed before the metadata will beMetadata are updated on transaction commit of the transaction in which
> updated?
changes were made. The issue is only in invalidating the cache.
> I was looking at this last night and it seems that over time theYes, if you wait long enough, all connections will be eventually closed
> IdleRemover should eventually close all of the connections.
(until the minPoolSize is reached).
> If so, then at some point in the future all of theYes, but that does not solve the issue if the connections are actively used.
> metadata would be refreshed and a restart would not be necessary?
Roman