Re: Fwd: Fwd: StartCGI bug?
Nathan Andelin <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <CACCOLZ=f44GA4FwWca5RSb0qCk21hTGEkbf-7PM2KH-wwso7tg@mail.gmail.com> |
If I understand correctly, your call stack activations are shifting back and forth between ILE and OPM when you compile your CLLE with DFTACTGRP(*YES). I'm not sure what that does precisely, but I would try to avoid that. Stick with ILE throughout the call stack. Try creating your CLLE with CRTCLMOD and CRTPGM ACTGRP(*CALLER). On Wed, Mar 9, 2022 at 6:57 AM Dave <[email protected]> wrote: > The initial program is a CLLE compiled to run in the DFTACTGRP. All the > RPGLE run in the same group I believe with the directive dftactgrp(*no) > actgrp(*caller) > > > > > From: *Nathan Andelin* <[email protected]> > Date: Tue, 8 Mar 2022 at 16:28 > Subject: Re: [WEB400] Fwd: StartCGI bug? > To: Web Enabling the IBM i (AS/400 and iSeries) <[email protected] > > > > > > > > > After reading about CgiInitialUrl, I’m wondering if the lag > > I’m noticing is actually because of an activation group being initiated > on > > the first call as described in the manual for CgiInitialUrl. > > > > What activation group are you using (*NEW, *CALLER, NAMED)? > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing > list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/web400. > ------------------------------ > -- > This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing > list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/web400 > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/web400. > > -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400.