17

Caching with windows azure

Embed Size (px)

DESCRIPTION

A short tour of caching with Windows Azure

Citation preview

Page 1: Caching with windows azure
Page 2: Caching with windows azure
Page 3: Caching with windows azure
Page 4: Caching with windows azure
Page 5: Caching with windows azure

Windows Azure and Caching

Types and info on caches

Page 6: Caching with windows azure
Page 7: Caching with windows azure
Page 8: Caching with windows azure

• 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

Page 9: Caching with windows azure

CACH

ECACH

ECACH

E

Page 10: Caching with windows azure
Page 11: Caching with windows azure
Page 12: Caching with windows azure
Page 13: Caching with windows azure
Page 14: Caching with windows azure
Page 15: Caching with windows azure
Page 16: Caching with windows azure
Page 17: Caching with windows azure

Q&A

Thanks for Listening!