MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Recommendation to improve the performance  (Mono Support )

Viewed 9337 time(s), 2 post(s) 3/5/2012 12:09:57 AMby sam0864
sam0864

sam0864

3/5/2012 12:09:57 AM
For high traffic sites, what is your recommendation to improve the performance? Any suggested tuning, system architecture changes, caching,..
This content has not been rated yet. 
656 Reputation 79 Total posts
denis

denis

3/5/2012 10:13:58 PM
All standard ASP.NET practices for increasing scalability work with MonoX (http://msdn.microsoft.com/en-us/magazine/cc500561.aspx , http://www.codeproject.com/Articles/23306/10-ASP-NET-Performance-and-Scalability-Secrets , ...) On MonoX side, you will gain a lot with clever use of caching techniques. Almost all of the parts included with MonoX are "cache-aware", meaning that you just need to switch the configuration setting to turn the partial caching on. The greatest increase in performance can be obtained by using page-level caching (more info can be found in the user manual). Note that caching is more of an art than science, and it takes careful planning to take the complete advantage of it - blindly turning on caching everywhere is never a good decision.
This content has not been rated yet. 
7207 Reputation 956 Total posts