F
Frank Rizzo
In classic ASP, it was considered a bad idea to store VB6-created
objects in the Application variable for various threading issues.
What's the current wisdom on storing objects in the Application variable
in ASP.NET?
I am thinking of storing several objects there, not too large, so there
won't be any memory issues or anything like that. Is ASP.NET still
subject to threading issues?
Thanks.
objects in the Application variable for various threading issues.
What's the current wisdom on storing objects in the Application variable
in ASP.NET?
I am thinking of storing several objects there, not too large, so there
won't be any memory issues or anything like that. Is ASP.NET still
subject to threading issues?
Thanks.