×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Christen, Duane J. wrote:
Why would you need to unload service programs from memory?
It's a convenient way to close any files you have open, clean up any
temporary objects, release any memory it has open, etc. Again, there
are other ways to do it (such as writing extra procedures that close
files and release dynamic memory) but why bother when the system can do
it all for you?
We have a routine that runs at 9am every day that needs exclusive use of
some of our files. The users exit the programs their using, we run the
routine, then they go back into the programs and proceed with working.
We also run a back-up procedure at night that needs exclusive use of ALL
files. By reclaiming the activation groups, we close the files used in
the service programs.
Why WOULDN'T you want to do this? Why would you want to leave all files
open forever? And leave all resources in use forever? I mean, my
users frequently do things once in the morning, and never go back into
the program. What purpose does it serve to leave all of the resources
open all day long until they sign off?
I guess your question really puzzles me. How can you not understand the
value of releasing memory and closing files? It seems like a pretty
basic thing.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.