S
Sanjeev Reddy
Guest
Since original response not reached here, reposting: Hi Denis, Please find my are my answers inline: What about is .paar file is about updating an existing service eg upd procedure, class or even parameter/mapping changes ? [Sanjeev]: .PAAR file have information regarding parameter changes and also mapping details. If we update the service, .PAAR file needs to be updated. Can we trully consider that any .paar file updating a web app is really incremental and does eg reload/refresh all ABL classes into memory so that it can be always done online and safely ? [Sanjeev]: Yes, .PAAR file updating a WebApp is truly incremental. If we change something in ABL classes, these are reloaded in memory as part of incremental publish. Actually as part of incremental publish, existing PAS OE sessions gets trimmed and new sessions will be spawned upon any request for a resource. Rgds Denis
Continue reading...
Continue reading...