B
bronco
Guest
Have you considered "forcing" a close of the open files via the AppServer deactivate procedure? I would create a class which implements the IDisposable interface (or whatever name) and in the deactivate procedure walk the object tree (session:first-object, next-sibling) and call the Dispose method of every class which implements the IDisposable interface, but with persistent procedures something similar is possible.
Continue reading...
Continue reading...