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
Post a Comment