Improve performance 20%

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/18/2006 6:42:28 AM
Gravatar
Total Posts 148

Re: Improve performance 20%

The amount of memory used for caching and the timing of reclamation might be controllable via the <cache> configuration section.  I'm not sure whether those settings only apply to items added to the application cache programatically or whether they also apply to the output cache.

--Dean
8/18/2006 8:05:33 AM
Gravatar
Total Posts 18439

Re: Improve performance 20%

Good link, thanks. I was thinking after my last post that its possible caching would have reduced memory usage in the apps I've seen due to less objects being instantiated but I do think we need to keep an eye on the memory usage as we implement caching and make sure it doesn't get excessive the more things we cache and the more things we vary cache instances by.

Joe
8/24/2006 4:16:23 PM
Gravatar
Total Posts 18439

Re: Improve performance 20%

Just read an interesting blog post
http://blogs.msdn.com/tess/archive/2006/08/11/695268.aspx

http://blogs.msdn.com/tess/archive/2006/01/23/516139.aspx

Some good insights about things that can cause memory consumption/leak problems in ASP.NET
You must sign in to post in the forums. This thread is closed to new posts.