×
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,
I'm starting to hesitate before posting my question.
When you say only one copy of the service program code will be loaded into memory, would that mean the whole code for all the functions it may have, even if the calling program only used on of those functions?
-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de David Gibbs
Envoyé : jeudi 25 septembre 2008 18:39
À : RPG programming on the AS400 / iSeries
Objet : Re: A question about multi-module SRVPGM
nb@xxxxxxxxxxxxx wrote:
The question is: if we call for a funcion defined in the 'smaller'
module', does the system have to do much more work than using tweo
separate SrvPgm ??
This is not specifically a performance-related question: we're just
wondering if, for the System, would be no diff beteween the two
approach, or if we're wasting resources just to keep item in a sigle object.
I don't think it's that big of a deal to have heavier service programs ... as long as things are broken up logically.
Keep in mind that only one copy of the service program code will be loaded into memory ... and every job that uses the same service program will access that single instance of the code.
david
--
IBM i on Power - For when you can't afford to be out of business
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.