Hi i have a class which loads static XML files
Most aspx pages will access this class' properties (mostly strings)
Shoud I save this class in Application or Cache?
I worry about 'concurrency'. What if there are thousands of clients
loading aspx pages at same time?
Alexey Smirnov - 10 Sep 2007 11:38 GMT
> Hi i have a class which loads static XML files
> Most aspx pages will access this class' properties (mostly strings)
> Shoud I save this class in Application or Cache?
> I worry about 'concurrency'. What if there are thousands of clients
> loading aspx pages at same time?
http://www.eggheadcafe.com/articles/20030405.asp