Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Application-wide variables - how do you guys do it?
I have a need to store application-wide data in memory. Well... I would like it to be in memory. It will be accessed very frequently by many users.
My instinct was to look for a nlobjContext Setting like "APPLICATION" - basically just like SESSION but application wide.
IIS and asp have this. It's been a long time, but I think it's accessed by a static class called Application.
Has anyone found a high performance solution for something like this?
The fall back is to use a new custom record and basically create an application dictionary of data. I don't like this solution as it will be 100x slower.
Steve Klett | Senior Developer
NetValue Technology
0