Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increase of performance
Message
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Divers
Thread ID:
01483092
Message ID:
01483094
Vues:
82
>Very nice. Care to share any details of what you changed?

Offloading of SQL Server transactions into memory management for whatever is related to the data dictionary. So, instead of querying the data dictionary on request for a bunch of information, I simply load it all into memory at startup.

As mentioned in another thread in the .NET forum, this eats up much more memory but so much more power the application will benefit from.

So, it goes like this:
oApp.Tables(MyTable).Name
oApp.Tables(MyTable).Fields(MyField).Mandatory
...and so on.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform