[progress Communities] [progress Openedge Abl] Forum Post: Re: Debug Logging On The Appserver

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top