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

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
Vulnerabilities – Threatpost
L
LINUX DO - 热门话题
H
Hacker News: Front Page
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
Lohrmann on Cybersecurity
Cisco Talos Blog
Cisco Talos Blog
O
OpenAI News
S
Securelist
Security Latest
Security Latest
T
Threat Research - Cisco Blogs
H
Heimdal Security Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recorded Future
Recorded Future
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog
Webroot Blog
Webroot Blog
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
N
Netflix TechBlog - Medium
N
News and Events Feed by Topic
D
Docker
D
DataBreaches.Net
A
About on SuperTechFans
T
Tor Project blog
V
V2EX
G
Google Developers Blog
博客园 - Franky
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
I
InfoQ
H
Help Net Security
V2EX - 技术
V2EX - 技术
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Security Affairs
SecWiki News
SecWiki News
The Register - Security
The Register - Security
人人都是产品经理
人人都是产品经理
NISL@THU
NISL@THU
小众软件
小众软件
B
Blog
T
Threatpost
P
Palo Alto Networks Blog
博客园 - 【当耐特】
L
LangChain Blog
AWS News Blog
AWS News 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