Consultor Eletrônico



Kbase P104038: Why generate static 4GL objects from dynamic objects ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/12/2005
Status: Unverified

GOAL:

Why should 4GL static objects be generated in place of dynamic objects ?

GOAL:

Which dynamic objects should be generated as static ?

GOAL:

How to improve Performance with dynamic objects ?

FACT(s) (Environment):

Dynamics 2.1B

FIX:

Dynamic objects incur two major performance hits, these being:
1. Retrieving of definitions over the network
2. Transforming abstract objects into physical ones at startup.
These performance hits can be eliminated by generating static 4GL equivalent objects.
You do not need to generate static equivalents for all objects. Just address those objects that have performance problems and are used often at runtime.