How to reduce memory usage on windows azure shared website? -


i have site hosted on windows azure shared websites. got suspended going on memory usage limit of 512mb/hour.

i use .net caching rather heavily (to prevent multiple calls database/external apis, etc...).

is caching no-no in shared websites on windows azure?

do use system.runtime.cache? should able limit amount of caching e.g. memorycache object uses. see http://msdn.microsoft.com/en-us/library/dd941874.aspx more information.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -