Overall conclusion would be, I need to go out for more outdoor activities π
We spent the whole day circling the lake. we started walking at 10.30 and finished around 4 PM. Whew…that’s more than 5 hours
[nggallery id=6]
Overall conclusion would be, I need to go out for more outdoor activities π
We spent the whole day circling the lake. we started walking at 10.30 and finished around 4 PM. Whew…that’s more than 5 hours
[nggallery id=6]
Few days ago, a colleague of mine asked me what kind of session that is being used in my team’s application. Apparently his team has some sort of problem in handling the session. He asked whether my team use InProc, or OutProc. His question sent me scrambling for answer π After googling for a while, here’s what I found:
To decide which SessionState that is most suitable for your environment, please consider the following points:
To configure session state, add the following code within web.config’s <system.web>
Please note that serialization will cost you least when you store the “Basic DataTypes”. They are:
If your ASP.NET application will be deployed in a web farm, consider using either StateServer or SQLServer to store your sessions. You can choose to use the commercial or the open-source solution. π Unfortunately, I was unable to find any decent performance review of NCache without the marketing vibe π But maybe in the future I might write something based on this blog post
References
I was reading Alik Levin’s Blog which linked to an interesting article about increasing the performance of .NET application. The interesting questions are:
*read the article HERE
I strongly agree that every developer in any development Team should remember these questions (and know how to answer it, of course :D) by heart. And able take them as a consideration. My favorite donkey-bridge to these question is A-4C-D-E-R-S (Algorithm, Cache, Communication, Concurrency, Coupling, Data Access, Exceptions, Resource and State Management)
Even better if not best, if you could implement the answers to above questions as a standard framework for your development team. π