Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increase of performance
Message
From
29/09/2010 01:04:23
 
General information
Forum:
Level Extreme
Category:
Other
Miscellaneous
Thread ID:
01483092
Message ID:
01483094
Views:
83
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform