SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Forget throwing massive hardware at your web site, see how you can scale up through intelligent use of caching. Using Aspect Oriented Programming (AOP) you can inject caching into your existing application to help it respond better to bursts of load, startup time, and many other common scaling problems.
Forget throwing massive hardware at your web site, see how you can scale up through intelligent use of caching. Using Aspect Oriented Programming (AOP) you can inject caching into your existing application to help it respond better to bursts of load, startup time, and many other common scaling problems.
1.
Easy Scaling with AppFabric Cache and AOP<br />
2.
What It Takes<br />Microsoft AppFabric Cache<br />Licensed with Windows Server 2008 & later<br />PostSharp Community Edition<br />Free version from www.SharpCrafters.com<br />Gibraltar Analyst: Optional for monitoring<br />Our product, not required for anything you see today.<br />
3.
Why Caching?<br />Apps ask a lot of repeating questions.<br />Stateless applications even more so<br />Answers don’t change often<br />Authoritative information is expensive<br />Loading the world is impractical<br />
4.
Out of the Box ASP.NET Caches<br />System.Web.Caching – General Purpose<br />Use AppFabric as a “drop in” replacement<br />Response.Cache a.k.a. Output Cache<br />You still want this. <br />If you’re not using it already, do this first.<br />
8.
Unique AppFabric Coolness<br />Sharable within an Enterprise<br />Share transient state, like shopping carts & sessions<br />Massive Scale Up<br />Rent it from Azure<br />
9.
Go Forward and Scale!<br />Know your apps real world performance<br />Find opportunities to reuse answers from any operation with caching<br />Reconsider use of heavy persistence<br />Optimize for the Slashdot Effect<br />