Caching with windows azure

Preview:

DESCRIPTION

A short tour of caching with Windows Azure

Citation preview

Windows Azure and Caching

Types and info on caches

• It’s fairly cheap (unlike shared caching)

• It’s part of your application

• It’s deployed on standard web and worker roles

• It’s scalable, managed and monitored

• It’s isolated and only used by your application

• There are no cache quotas or throttling (like shared caching!)

• The cache can scale to 100 GB+

• Integrated usage with VS.NET

• Plugin enabled and ease of configuration

• Emulator enabled for testing and debugging

• Use exclusively in dedicated worker roles or partition memory to use within a web role

• Multilingual support through the use of memcache protocols as well as the ability to migrate .NET applications which already use memcache

CACH

ECACH

ECACH

E

Q&A

Thanks for Listening!

Recommended