azure - 谁更快? AppFabric 缓存还是 Memcached?

标签 azure memcached appfabric

我们使用 MS AppFabric 缓存来存储中央 session 。但我们想知道这家店的速度有多快?有哪位地产人曾经在 native 上做过虚拟机和Memcached?

非常感谢!

最佳答案

我不确定是否见过这方面的任何基准测试,因此很难回答,但 6 月 7 日发布的新 Windows Azure 缓存服务解决了分布式 Multi-Tenancy Azure 缓存服务的许多性能问题。

以下是海石关于 Azure 缓存的博客的摘录,请注意 Windows Azure 缓存现在也支持 Memcached 互操作性...

"The cluster utilizes free memory spaces on your Cloud Service host machines, and the cluster service process can either share the host machines of your web/worker roles, or run on dedicated virtual machines when you use dedicated caching worker roles"

http://haishibai.blogspot.com.au/2012/06/windows-azure-caching-service-memcached.html

Fast performance. The cluster either collocates with your roles, or runs in close proximity based on affinity groups. This helps to reduce latency to minimum. In addition, you can also enable local cache on your web/worker roles so that they get fastest in-memory accesses to cached items as well as notification support.

关于azure - 谁更快? AppFabric 缓存还是 Memcached?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12211602/

相关文章:

azure - 应用程序结构缓存监视器

appfabric - 安装 Windows Server AppFabric

powershell - Windows AppFabric-重命名的服务器,配置现在不加载

azure - 使用 microsoft graph 验证联系信息以获取电子邮件

security - Windows Azure VPN 和 IP 限制

azure - 如何从另一个模块调用物联网边缘代理上的直接方法?

google-app-engine - Google App Engine 低内存缓存性能

php - Zend_Db_Row 子类的本地 "Cache"

ruby-on-rails - Rails 3 和 Memcached - 智能缓存,永不过期

Azure AD B2C 使用 API key 进行身份验证