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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top