Consultor Eletrônico



Kbase P109132: Can persistent procedures be accessed across session boundaries ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/12/2005
Status: Unverified

GOAL:

What is the scope of a persistent procedure ?

GOAL:

Can a logic inside a persistent procedure be accessed by code running in a different Progress session ?

FIX:

Logic inside a persistent procedure can only be accessed by code running in the same Progress session.
Once a persistent procedure in instantiated, its internal procedures and functions are accessible via the persistent procedure's handle. They remain accessible until the persistent procedure is deleted or the Progress session ends.