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 )

10494 put(a) pogledan, 2 odgovor(a) 5.3.2012. 0:09:57Kreirao(la) sam0864
sam0864

sam0864

5.3.2012. 0:09:57
For high traffic sites, what is your recommendation to improve the performance? Any suggested tuning, system architecture changes, caching,..
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
denis

denis

5.3.2012. 22:13:58
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.
Ovaj sadržaj još nije ocijenjen. 
7207 Reputacija 956 Ukupno objava