Subject | Re: [Firebird-Java] Invalidating Cache |
---|---|
Author | Steven Jardine |
Post date | 2005-06-03T16:50:50Z |
Hey Roman,
updated? I was looking at this last night and it seems that over time
the IdleRemover should eventually close all of the connections. Is this
correct? If so, then at some point in the future all of the metadata
would be refreshed and a restart would not be necessary? What do you think?
>So, in this case you need to add a method called restart() that would walk through allDo all of the connections have to be closed before the metadata will be
>connection queues and close all idle connections. Also it should mark all
>working connections to be physically closed when they are returned back to
>the queue.
>
>
updated? I was looking at this last night and it seems that over time
the IdleRemover should eventually close all of the connections. Is this
correct? If so, then at some point in the future all of the metadata
would be refreshed and a restart would not be necessary? What do you think?