惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - 司徒正美
V
Visual Studio Blog
博客园 - 【当耐特】
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Jina AI
Jina AI
宝玉的分享
宝玉的分享
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC

博客园 - 无名365

.NET 2.0 JSON Parser Provisioning 是什么意思? SOA与云计算 Good understand on WCF Data Contract & Serialization WCF DataContract EmitDefaultValue a xml configuration for unity and interception Programmatically Compress and Decompress Files using c# CodeRun Studio - A free cloud develop and debug service for .Net Cloud IDE 10个最“优秀”的代码注释 Compress and Decompress JQuery Mobile 1.0 Released, Gets Mixed Reaction Interceptor in Unity and Policy Injection in Unity Configuring Unity Container with Policy Injection Configuration Unity Configuration Node Unity Configuration from Separate Configuration File IoC and Unity - Configuration Objects and the Art of Data Modeling EF - How to delete an object without retrieving it LINQ to SQL Extension: Batch Deletion with Lambda Expression
AppFabric Cache - Cache Cluster
无名365 · 2011-11-18 · via 博客园 - 无名365

2011-11-18 11:20  无名365  阅读(427)  评论()    收藏  举报

Windows Server AppFabric Wiki:

http://social.technet.microsoft.com/wiki/contents/articles/windows-server-appfabric.aspx

DataCache class:

http://msdn.microsoft.com/en-us/library/microsoft.applicationserver.caching.datacache_members(v=WS.10).aspx

Cache service:

http://msdn.microsoft.com/en-us/library/windowsazure/gg278356.aspx

Caching Service (Windows Azure AppFabric)

Windows Azure AppFabric Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. This includes a very common scenario of session state and output caching in ASP.NET. Caching increases performance by temporarily storing information from other backend sources. High performance is achieved by maintaining this cache in-memory across multiple cache servers. For a Windows Azure solution, caching can reduce the costs associated with database transactions in the cloud.

Windows Server AppFabric Caching Concepts:

http://msdn.microsoft.com/en-us/library/ee790849.aspx

Differences Between Caching On-Premises and in the Cloud:

http://msdn.microsoft.com/en-us/library/windowsazure/gg185678.aspx

Azure Release Notes for the November 2011 Release

 http://msdn.microsoft.com/en-us/library/windowsazure/hh148155.aspx

Windows Server AppFabric Caching Physical Architecture Diagram

http://msdn.microsoft.com/en-us/library/ee790954.aspx

The AppFabric Caching Service is a Windows service that runs on one or more servers. Each server that runs the Caching Service is referred to as a cache server. For each cache server, only one instance of the Caching Service can be installed.

Cache Cluster:

The cache cluster is a collection of one or more instances of the Caching Service working together in the form of a ring to store and distribute data. Data is stored in memory to minimize response times for data requests. The operations of the cache cluster are managed by a role, named the cluster management role. The primary responsibility of the cluster management role includes:

  • Keeping the cache cluster running at all times.
  • Monitoring the availability of all cache hosts in the cache cluster.
  • Helping cache hosts join the cache cluster.

Preparing the Cache Client Development Environment (Windows Server AppFabric Caching)
http://msdn.microsoft.com/en-us/library/ee790876.aspx

Windows Server AppFabric Download:

http://msdn.microsoft.com/en-us/windowsserver/ee695849