Application & Cache

  • Thread starter Thread starter Nick Chan
  • Start date Start date
N

Nick Chan

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?
 
Back
Top