现在的位置: 首页 > 综合 > 正文

Synchronizing the ASP.NET Cache across AppDomains and Web Farms

2013年05月29日 ⁄ 综合 ⁄ 共 296字 ⁄ 字号 评论关闭
我一直在思考如何在Web Farms下使用asp.net Cache的强大功能,今天我在搜算关于Cache vs. Static变量的时候,无意中发现这篇文章,他提供一种可以解决Web Farm下同步Cache的方法。 但是存在大量Cache的Web Farm这种节约办法是否好呢?是不是会造成Performance的overhead呢?有待验证。如果这个方法可行,微软为何不再asp.net1.1或者2.0中实现呢?有没有更好的解决方法呢?

From: Synchronizing the ASP.NET Cache across AppDomains and Web Farms

By Peter A. Bromberg, Ph.D

抱歉!评论已关闭.