×
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.
David,
Having a problem explaining to colleagues in a world without service
programs that using them does not mean dynamic calls and thus poor
performance.
I think it's a mistake to try to sell service programs as a technology
based on performance. The performance difference between a dynamic call
and a bound-by-reference call is so slight that it's never likely to matter.
If I understand correctly, the first call is akin to being dynamic,
but afterwards the link between program and service program is static
and therefore as fast as a module bound by copy.
This seems to be discussing whether the program is reactivated on each
call or not. That doesn't depend on whether it's a dynamic or static
call, instead it depends on how the program is activated.
In ILE, a program remains activated until it's activation group is
reclaimed (either explicitly or automatically.) In OPM it remains
activated until it ends with LR turned on.
Programs that remain activated will call very quickly, as they're
already loaded into memory, already activated, may still have their
files open, etc, etc.
Anyone help me out in simple English?
In simple English:
Advantage to ILE is maintainability, not performance.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.