caching in Application scope

  • Thread starter Thread starter JL
  • Start date Start date
J

JL

I read here a lot of posts saying you shouln't cache un big object or lots
of objects in Application.

Why is that?
 
Caching stores that data in memory. Pretend you have 64MB of ram on a
server, and your cache takes up 30MB. This might pose a serious problem for
your server.
 
in addition application object was provided for backward compatibility with
asp classic. you should try to get away from using it moving forward.
regards
 

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