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

推荐订阅源

V
V2EX
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
博客园 - 【当耐特】
月光博客
月光博客
C
Check Point Blog
T
The Blog of Author Tim Ferriss
罗磊的独立博客
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
美团技术团队
N
Netflix TechBlog - Medium
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
L
LangChain Blog
The Cloudflare Blog

博客园 - 无名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