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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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