|
I think when most people recommend a named activation group, they mean the SAME named activation group, like QILE or whatever. That way, you get the ILE benefits of not being in the *DFTACTGRP and yet not incur the overhead of starting up a new activation group each time (which is what *NEW does by default). > -----Original Message----- > From: Scott Klement [SMTP:klemscot@klements.com] > Sent: Thursday, August 22, 2002 12:23 PM > To: rpg400-l@midrange.com > Subject: Re: OVRDBF in ILE (was: diff btw Procedures and Routines) > > > On Wed, 21 Aug 2002, Keith Carpenter wrote: > > > > *CALLER is fine, but you might want to try using a named activation > group > > instead of *NEW. Unless you're using C (static initialization issue) or > > need recursion, you can avoid the overhead of creating new activation > groups > > and might see a performance improvement. > > > > I GREATLY prefer the use of *NEW/*CALLER. It is MUCH easier to manage. > You won't see ANY performance enhancement to using named groups unless > you're using *NEW in a silly fashion. > > It takes the same amount of time to create an activation group, whether > you're using *NEW or whether you're using a named group. The *NEW method > has the big advantage that it is automatically cleaned up... a bug in > a program won't (likely) prevent it from being reclaimed. You won't have > to worry about two applications on your system "accidentally" using the > same activation group name if you use *NEW. > > The only advantage of using a named activation group is that if someone > does something silly, like calling the program in a loop, it will use > the existing activation group. However, it's my opinion that any time > you want to call something in a loop, or any other time that you want to > run in the existing activation group, you should be using *CALLER. That's > what it's for!! > > > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l > or email: RPG400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. ************************************************************************************************************************************************************************************************************ This message originates from Lincare Holdings Inc. It contains information which maybe confidential or privileged and is intended only for the individual or entity named above. It is prohibited for anyone else to disclose, copy, distribute or use the contents of this message. All personal messages express views solely of the sender, which are not to be attributed to Lincare Holdings Inc., and may not be copied or distributed without this disclaimer. If you received this message in error, please notify us immediately at MailAdmin@lincare.com or (800) 284-2006. ************************************************************************************************************************************************************************************************************
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.