Pierre Charbonneau
2004-11-23 02:45:35 UTC
Hi,
To get highest performances as possible in time response from ocxServer,
instead of using a qlocate on a TCursor variable (pointing a the
HTMLtemplates table used to builf HTML response file as we see in the
Hercules webServer example from installation CD of Paradox 8) I load all the
table content to a global Dynamic Array (DynArray[] String) at DoStartUp
method as a "cache memory" and in other methods I call the DynArray String
instead of TCursor as handling request functions.
What do you think about that ?
Pierre
To get highest performances as possible in time response from ocxServer,
instead of using a qlocate on a TCursor variable (pointing a the
HTMLtemplates table used to builf HTML response file as we see in the
Hercules webServer example from installation CD of Paradox 8) I load all the
table content to a global Dynamic Array (DynArray[] String) at DoStartUp
method as a "cache memory" and in other methods I call the DynArray String
instead of TCursor as handling request functions.
What do you think about that ?
Pierre