ASP.NET 和多个 Web 服务器中的分布式缓存

发布于 2024-09-10 21:30:36 字数 159 浏览 1 评论 0原文

我需要在多个 Web 服务器中使用分布式缓存。

我尝试过基于文件的缓存依赖项,但它在 UNC 路径中不起作用。我认为.NET无法监视UNC路径上的文件。

我知道微软在 Velocity 中推出了一项新功能。但是,还有其他解决方案(例如 PHP 中的 memcache)吗?

I need distributed cache to be used in more than one web server.

I've tried a file based cache dependency, but it doesn't work in UNC path. I think .NET can not monitor the files on the UNC path.

I know that Microsoft has presented a new feature in Velocity. But, is there any other solution (like memcache in PHP)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

画▽骨i 2024-09-17 21:30:36

有用于 ASP.NET 的 memcached 提供程序

There are memcached providers for ASP.NET.

手长情犹 2024-09-17 21:30:36

您是否知道“Velocity”现已成为最终的交付产品?它是 Windows Server AppFabric 的一部分。

Are you aware that "Velocity" is now a final, shipping product? It's part of Windows Server AppFabric.

全部不再 2024-09-17 21:30:36

您可以使用NCache。免费的 Express 版本最多可用于两台服务器。

编辑:我刚刚意识到你无法安装任何东西。 NCache 也需要在服务器上安装。

You could use NCache. A free express version is available for up to two servers.

EDIT: I just realized you cannot install anything. NCache needs installation on the server as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文