Subject Re: [Firebird-Architect] Metadata locking policy and caching
Author Adriano dos Santos Fernandes
Paul Hope escreveu:
> I hang around on this group only half understanding most of what is
> discussed - but this latest discussion is ringing alarm bells ...
>
> To us it is absolutely essential that the ability to update metadata on a
> live database remains at least as felexible as it is now (FB1.5 SS). There
> is no way we can ask users to shut down while we make minor updates. We've
> been doing this without problem for the past 13 years.
>
Well, I consider shutdown the safest approach to do metadata changes
*now*. :-)

Are you aware that if Proc0 calls Proc1, Proc0 was already called be any
connection, and you change Proc1, Proc0 will call the old version of Proc1?

Did you use any tool that recompile (recreate) dependencies?


Adriano